UCX_USBDEVICE_CHARACTERISTIC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxusbdevice.h

typedef struct _UCX_USBDEVICE_CHARACTERISTIC {
  ULONG                             Size;
  UCX_USBDEVICE_CHARACTERISTIC_TYPE CharacteristicType;
  union {
    UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY PathDelay;
  };
} UCX_USBDEVICE_CHARACTERISTIC, *PUCX_USBDEVICE_CHARACTERISTIC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxusbdevice-_ucx_usbdevice_characteristic)

_UCX_USBDEVICE_CHARACTERISTIC structure

Description

Stores the characteristics of a device.

Members

Size

Size of this structure.

CharacteristicType

A UCX_USBDEVICE_CHARACTERISTIC_TYPE-type value that indicates the type of device characteristic.

PathDelay

A UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY-typed value that indicates the path delay values for the endpoint.

See also

EVT_UCX_USBDEVICE_GET_CHARACTERISTIC