ntohl

ntohl converts a u_long in TCP/IP network byte order to host byte order.

Syntax

u_long WSAAPI ntohl(
    __in u_long netlong
);

Parameters

netlong

A 32-bit number in TCP/IP network byte order

Return Values

The value supplied in the netlong parameter with the byte order reversed.

IntervalZero.com | Support | Give Feedback