SysSockInetAddrΒΆ

This function of type DWORD calls the function inet_addr of the operating system, which converts a string, containing an internet address, in an address which can be used in the IN_ADDR structure.

The function returns the converted address.

Variable Data type Description
stIPAddr STRING

IP address (dotted notation)

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