LibreOffice Module sal (master) 1
Functions
oslsocket.hxx File Reference
#include <rtl/ustring.h>
#include <osl/socket.h>
Include dependency graph for oslsocket.hxx:

Go to the source code of this file.

Functions

oslSocketResult osl_getLocalHostnameFQDN (rtl_uString **strLocalHostname)
 Retrieve this machines hostname as fully qualified domain name (FQDN). More...
 

Function Documentation

◆ osl_getLocalHostnameFQDN()

oslSocketResult osl_getLocalHostnameFQDN ( rtl_uString **  strLocalHostname)

Retrieve this machines hostname as fully qualified domain name (FQDN).

Note that this might be slower than calling osl_getLocalHostname since DNS needs to be queried to determine the FQDN.

Parameters
strLocalHostnameout-parameter. The string that receives the local host name.
Return values
sal_Trueupon success
sal_False