|
htons
The Windows Sockets htons function converts a u_short from host to TCP/IP network byte order.
u_short htons (
Parameters
hostshort
[in] A 16-bit number in host byte order.
Remarks
This routine takes a 16-bit number in host byte order and returns a 16-bit
number in network byte order used in TCP/IP networks.
Return Values
htons returns the value in TCP/IP network byte order.
See Also
htonl, ntohl, 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
|