htonl (ws2_32)
Last changed: anonymous

.
Summary
TODO - a short description

converts a u_long from host to TCP/IP network byte order (which is big-endian).

C# Signature:

    [DllImport("Ws2_32.dll")]
    public static extern ushort htonl(uint hostlong);

VB Signature:

Declare Function htonl Lib "ws2_32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
htonl on MSDN