LitDev.Engines.Win32Usb.RegisterDeviceNotification C# (CSharp) Method

RegisterDeviceNotification() private method

private RegisterDeviceNotification ( IntPtr hwnd, DeviceBroadcastInterface oInterface, uint nFlags ) : IntPtr
hwnd System.IntPtr
oInterface DeviceBroadcastInterface
nFlags uint
return System.IntPtr
        protected static extern IntPtr RegisterDeviceNotification(IntPtr hwnd, DeviceBroadcastInterface oInterface, uint nFlags);