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

wlanapi

.
Summary
.

    private static extern int WlanOpenHandle(

.

    <DllImport("Wlanapi", EntryPoint := "WlanOpenHandle")> _

.

    Public Shared Function WlanOpenHandle(ByVal dwClientVersion As UInteger, ByVal pReserved As IntPtr, <Out> ByRef pdwNegotiatedVersion As UInteger, ByRef phClientHandle As IntPtr) As UInteger

.
Documentation
[WlanOpenHandle] on MSDN
.

        if (WlanOpenHandle(1, IntPtr.Zero, out negotiatedVersion, ref handle) != 0)

.

     If WlanOpenHandle(1, IntPtr.Zero, negotiatedVersion, handle) <> 0 Then

.

      //wlanHndl is the handle returned previously by calling [WlanOpenHandle]


 
Access PInvoke.net directly from VS: