|
ntohl
The Windows Sockets ntohl function converts a u_long from TCP/IP network order to host byte order.
u_long ntohl (
Parameters
netlong
[in] A 32-bit number in TCP/IP network byte order.
Remarks
This routine takes a 32-bit number in TCP/IP network byte order and returns a
32-bit number in host byte order.
Return Values
ntohl returns the value in host byte order.
See Also
htonl, htons, ntohs, WSAHtonl, WSAHtons, WSANtohl, WSANtohs
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|