SysSockHtonsΒΆ

This function of type WORD calls the function htons of the operating system, which converts a short value from host byte order to TCP/IP network order.

The function returns the converted value.

Variable Data type Description
wHost WORD Value to be converted.