Desktop Functions: Smart Device Functions:
|
Search Results for "WlanQueryInterface" in [All]wlanapiSee WlanQueryInterface. See WlanQueryInterface. See WlanQueryInterface. See WlanQueryInterface.
[DllImport("Wlanapi", EntryPoint = "WlanQueryInterface")]
public static extern uint WlanQueryInterface([In] IntPtr hClientHandle,
<DllImport("Wlanapi", EntryPoint := "WlanQueryInterface")> _
Public Shared Function WlanQueryInterface(<[In]> ByVal hClientHandle As IntPtr, _
// Call wlanqueryinterface for all the interfaces in the list
if (WlanQueryInterface(handle, ref guid, WLAN_INTF_OPCODE.wlan_intf_opcode_current_connection, IntPtr.Zero, out dataSize, ref ptr, IntPtr.Zero) != 0)
' Call wlanqueryinterface for all the interfaces in the list
If WlanQueryInterface(handle, guid, WLAN_INTF_OPCODE.wlan_intf_opcode_current_connection, IntPtr.Zero, dataSize, ptr, _ |