WlanRegisterVirtualStationNotification

[DllImport("wlanapi.dll", SetLastError = true)]
public static extern uint WlanRegisterVirtualStationNotification(
   IntPtr hClientHandle,
   bool bRegister,
   IntPtr pReserved
);

Microsoft documentation: Linkarrow-up-right

Last updated