SysSockHtonlΒΆ

This function of type DWORD calls the function htonl of the operating system, which will convert a u_long value from host byte order to TCP/IP network order.

The function returns the converted value.

Variable Data type Description
dwHost DWORD Value to be converted.