Home |
Function htonl |
Function htonlConvert a DWORD from host byte to network byte order. DWORD htonl(DWORD l); ParameterslDWORD in host byte order (32 bits). return valueReturns the input parameter converted to network byte order.
|