[DllImport("wlanapi.dll", SetLastError = true)] public static extern uint WlanOpenHandle( uint dwClientVersion, IntPtr pReserved, out uint pdwNegotiatedVersion, out IntPtr phClientHandle );
Microsoft documentation: Link
Last updated 1 year ago