Desktop Functions: Smart Device Functions:
|
Search Results for "WLAN_CONNECTION_PARAMETERS" in [All]Structureswlanapi2: WlanConnect
public static extern uint WlanConnect(IntPtr hClientHandle,ref Guid pInterfaceGuid,ref WLAN_CONNECTION_PARAMETERS pConnectionParameters,IntPtr pReserved);
ByRef pConnectionParameters As WLAN_CONNECTION_PARAMETERS, _
WLAN_CONNECTION_PARAMETERS wlanConnectionParameters = new WLAN_CONNECTION_PARAMETERS();
Dim wlanConnectionParameters As New WLAN_CONNECTION_PARAMETERS |