Example #1
0
 public static extern SafeDeviceNotificationHandle RegisterDeviceNotification(IntPtr hRecipient, [In] ref _DEV_BROADCAST_HANDLE NotificationFilter, DEVICE_NOTIFY Flags);
Example #2
0
 public static extern SafeDeviceNotificationHandle RegisterDeviceNotification(IntPtr hRecipient, IntPtr NotificationFilter, DEVICE_NOTIFY Flags);
Example #3
0
 public static extern SafeHDEVNOTIFY RegisterDeviceNotification(HANDLE hRecipient, IntPtr NotificationFilter, DEVICE_NOTIFY Flags);
 private static extern IntPtr RegisterDeviceNotification(IntPtr recipient, IntPtr notificationFilter, DEVICE_NOTIFY flags);
Example #5
0
 internal static extern int RegisterDeviceNotification(IntPtr handle, ref DEV_BROADCAST_HANDLE notificationFilter, DEVICE_NOTIFY flags);
Example #6
0
 internal static extern IntPtr RegisterDeviceNotification(
     IntPtr hRecipient,
     DEV_BROADCAST_DEVICEINTERFACE NotificationFilter,
     DEVICE_NOTIFY Flags);