WlanOpenHandle
[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