USB Libraries Help > USB Host Libraries > USB Host Layer Library > Library Interface > b) Data Types and Constants > USB_HOST_REQUEST_HANDLE_INVALID Macro
MPLAB Harmony USB Stack
USB_HOST_REQUEST_HANDLE_INVALID Macro

USB Host Request Invalid Handle 

This constant defines an Invalid USB Host Request Handle. This handle is returned by the USB_HOST_DeviceStringDescriptorGet() function when the request was not accepted.

C
#define USB_HOST_REQUEST_HANDLE_INVALID ((USB_HOST_REQUEST_HANDLE)(-1))
Remarks

None.