RegisterDeviceNotification function
int
RegisterDeviceNotification(
- int hRecipient,
- Pointer<
DEV_BROADCAST_DEVICEINTERFACE_W> notificationFilter, - int flags
Implementation
int RegisterDeviceNotification(int hRecipient, Pointer<DEV_BROADCAST_DEVICEINTERFACE_W> notificationFilter, int flags) =>
_RegisterDeviceNotification(hRecipient, notificationFilter.address, flags);