wsalookupserviceend (ws2_32)
Last changed: anonymous

.
Summary
Close the dataset holding network connection info

C# Signature:

[DllImport("ws2_32.dll", CharSet = CharSet.Auto, SetLastError=true)]
static extern Int32 WSALookupServiceEnd(Int32 hLookup);

VB Signature:

Declare Function WSALookupServiceEnd Lib "ws2_32.dll" (hLookup as Int32) As Int32

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation