Share via


LPUN_REGISTER_NOTIFICATION_ROUTINE (Compact 2013)

3/26/2014

This function removes a device notification callback function.

Syntax

typedef BOOL (* LPUN_REGISTER_NOTIFICATION_ROUTINE)(
  USB_HANDLE hDevice,
  LPDEVICE_NOTIFY_ROUTINE lpNotifyRoutine,
  LPVOID lpvNotifyParameter
);

Parameters

  • hDevice
    [in] Handle to a USB device.
  • lpNotifyRoutine
    [in] Pointer to the address of a notification callback function.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

usbdi.h

See Also

Reference

USB Driver Functions
LPREGISTER_NOTIFICATION_ROUTINE