@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Enumerates all of the wireless NICs currently plugged into the system. !!!!C# Signature: [DllImport("Wlanapi", EntryPoint = "WlanEnumInterfaces")] public static extern uint WlanEnumInterfaces([In] IntPtr hClientHandle, IntPtr pReserved, ref IntPtr ppInterfaceList); !!!!VB Signature: <DllImport("Wlanapi", EntryPoint := "WlanEnumInterfaces")> _ Public Shared Function WlanEnumInterfaces(<[In]> ByVal hClientHandle As IntPtr, ByVal pReserved As IntPtr, ByRef ppInterfaceList As IntPtr) As UInteger End Function !!!!User-Defined Types: [WLAN_INTERFACE_INFO_LIST] !!!!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: WlanEnumInterfaces@msdn on MSDN
Edit wlanapi.WlanEnumI...
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.