Desktop Functions: Smart Device Functions:
|
WlanGetProfile (wlanapi)
C# Signature:
[DllImport("wlanapi.dll", SetLastError = true, CallingConvention=CallingConvention.Winapi)] VB Signature:
Declare Function WlanGetProfileList Lib "wlanapi.dll" (TODO) As TODO User-Defined Types:Alternative Managed API:Do you know one? Please contribute it! Notes:On Windows 7, this function returns 87 (ERROR_INVALID_PARAMETER) even if your parameters are correct when wireless is disabled. Wireless must be enable in order for that function to return success. Tips & Tricks:Please add some! Sample Code:
IntPtr ppProfileList; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|