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