USBDEVICE_ADDRESS - NtDoc

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

typedef struct _USBDEVICE_ADDRESS {
  USBDEVICE_MGMT_HEADER Header;
  ULONG                 Reserved;
  ULONG                 Address;
} USBDEVICE_ADDRESS, *PUSBDEVICE_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_USBDEVICE_ADDRESS structure

Description

Contains parameters for a request to transition the specified device to the Addressed state. This structure is passed by UCX in request parameters (Parameters.Others.Arg1) of a framework request object of the EVT_UCX_USBDEVICE_ADDRESS callback function.

Members

A USBDEVICE_MGMT_HEADER structure that contains the handle for the USB hub or device.

Reserved

Do not use.

Address

The address of the specified the USB hub or device.

See also

EVT_UCX_USBDEVICE_ADDRESS