ntohl (ws2_32)
Last changed: anonymous

.
Summary
TODO - a short description

convert an IPv4 address in network byte order to the IPv4 address in host byte order

C# Signature:

    [DllImport("Ws2_32.dll")]
    public static extern uint ntohl(uint netlong);

VB Signature:

Declare Function ntohl 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
ntohl on MSDN