Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WlanGetProfile" in [All]

wlanapi

.

private static extern uint WlanGetProfileList(

.

Declare Function WlanGetProfileList Lib "wlanapi.dll" (TODO) As TODO

.

WlanGetProfileList(ClientHandle, pInterfaceGuid, IntPtr.Zero, out ppProfileList);

.
Documentation
[WlanGetProfileList] on MSDN
.

public static extern uint WlanGetProfileList(IntPtr hClientHandle,ref Guid pInterfaceGuid,IntPtr pReserved, ref IntPtr ppProfileList);

.

Declare Function WlanGetProfileList Lib "wlanapi.dll" (TODO) As TODO

.

WlanGetProfileList(ClientHandle, ref pInterfaceGuid, new IntPtr(), ref ppProfileList);

.
Documentation
[WlanGetProfileList] on MSDN

 
Access PInvoke.net directly from VS: