@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Closes the handle that was opened previously with WlanOpenHandle. !!!!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: WlanCloseHandle@msdn on MSDN
Edit wlanapi.WlanClose...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.