WlanRegisterDeviceServiceNotification function wlanapi
int
WlanRegisterDeviceServiceNotification(
- int hClientHandle,
- Pointer<
WLAN_DEVICE_SERVICE_GUID_LIST> pDevSvcGuidList
Allows user mode clients with admin privileges, or User-Mode Driver Framework (UMDF) drivers, to register for unsolicited notifications corresponding to device services that they're interested in.
DWORD WlanRegisterDeviceServiceNotification(
HANDLE hClientHandle,
const PWLAN_DEVICE_SERVICE_GUID_LIST pDevSvcGuidList
);
Implementation
int WlanRegisterDeviceServiceNotification(int hClientHandle,
Pointer<WLAN_DEVICE_SERVICE_GUID_LIST> pDevSvcGuidList) =>
_WlanRegisterDeviceServiceNotification(hClientHandle, pDevSvcGuidList);