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 "WlanQueryInterface" in [All]

wlanapi

.

See 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, _

.
Documentation
[WlanQueryInterface] on MSDN

 
Access PInvoke.net directly from VS: