wlansetinterface (wlanapi)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("Wlanapi.dll")]
public static extern uint WlanSetInterface(IntPtr hClientHandle,ref Guid pInterfaceGuid,WLAN_INTF_OPCODE OpCode,uint dwDataSize,ref object obj ,IntPtr pReserved);

VB Signature:

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

User-Defined Types:

WLAN_INTF_OPCODE

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation