wlanclosehandle (wlanapi)
Last changed: -174.130.71.133

.
Summary

C# Signature:

        [DllImport("Wlanapi", EntryPoint = "WlanCloseHandle")]
        public static extern uint WlanCloseHandle([In] IntPtr hClientHandle,
        IntPtr pReserved);

VB Signature:

    <DllImport("Wlanapi", EntryPoint := "WlanCloseHandle")> _
    Public Shared Function WlanCloseHandle(<[In]> ByVal hClientHandle As IntPtr, ByVal pReserved As IntPtr) As UInteger
    End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

pReserved must be passed in as IntPtr.Zero.

Tips & Tricks:

Please add some!

Sample Code:

See WlanQueryInterface.

Documentation