RegisterDeviceNotification function

int RegisterDeviceNotification(
  1. int hRecipient,
  2. Pointer<DEV_BROADCAST_DEVICEINTERFACE_W> notificationFilter,
  3. int flags
)

Implementation

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