Esempio n. 1
0
 public static extern SafeDeviceNotificationHandle RegisterDeviceNotification(IntPtr hRecipient, [In] ref _DEV_BROADCAST_HANDLE NotificationFilter, DEVICE_NOTIFY Flags);
Esempio n. 2
0
 public static extern SafeDeviceNotificationHandle RegisterDeviceNotification(IntPtr hRecipient, IntPtr NotificationFilter, DEVICE_NOTIFY Flags);
Esempio n. 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);
Esempio n. 5
0
 internal static extern int RegisterDeviceNotification(IntPtr handle, ref DEV_BROADCAST_HANDLE notificationFilter, DEVICE_NOTIFY flags);
Esempio n. 6
0
 internal static extern IntPtr RegisterDeviceNotification(
     IntPtr hRecipient,
     DEV_BROADCAST_DEVICEINTERFACE NotificationFilter,
     DEVICE_NOTIFY Flags);