SysSockNtohlΒΆ

This function of type DWORD calls the function ntohl of the operating system, which converts a u_long value of the TCP/IP network order to the host byte order.

The function will return the value in host byte order.

Variable Data type Description
dwNet DWORD

u_long value to be converted

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