3.2.4.30 USB_HOST_DEVICE_OBJ_HANDLE Type

C

typedef uintptr_t USB_HOST_DEVICE_OBJ_HANDLE;

Summary

USB Host Device Object Handle

This data type defines the type of handle to an attached USB Device. This handle uniquely identifies the attached device. A handle of this type is returned in the deviceObjHandle member of the USB_HOST_DEVICE_INFO structure when the USB_HOST_DeviceGetFirst() and the USB_HOST_DeviceGetNext() functions are called.

Remarks

None.