SysSockGetHostByNameΒΆ

This function of type DWORD ruft die Funktion hostGetByName (VxWorks)resp.gethostbyname (win32)of the operating system.

In case of successful operation the function will return the host address, otherwise SOCKET_INADDR_NONE (defined in the library as a global constant).

Variable Data type Description
stHostName POINTER TO STRING

Name of the host

(corresponding parameter e.g. in Win32: name)