@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("Wlanapi.dll", SetLastError = true)] public static extern uint WlanGetProfileList(IntPtr hClientHandle,ref Guid pInterfaceGuid,IntPtr pReserved, ref IntPtr ppProfileList); !!!!VB Signature: Declare Function WlanGetProfileList Lib "wlanapi.dll" (TODO) As TODO !!!!User-Defined Types: [WLAN_PROFILE_INFO_LIST] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: IntPtr ppProfileList = new IntPtr(); WlanGetProfileList(ClientHandle, ref pInterfaceGuid, new IntPtr(), ref ppProfileList); WLAN_PROFILE_INFO_LIST wlanProfileInfoList = new WLAN_PROFILE_INFO_LIST(ppProfileList); Documentation: WlanGetProfileList@msdn on MSDN
Edit wlanapi.WlanGetPr...
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.