MissionPlanner.MainV2.NativeMethods.RegisterDeviceNotification C# (CSharp) Method

RegisterDeviceNotification() private method

private RegisterDeviceNotification ( IntPtr hRecipient, IntPtr NotificationFilter, Int32 Flags ) : IntPtr
hRecipient System.IntPtr
NotificationFilter System.IntPtr
Flags System.Int32
return System.IntPtr
            internal static extern IntPtr RegisterDeviceNotification
                (IntPtr hRecipient,
                    IntPtr NotificationFilter,
                    Int32 Flags);