Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.
Syntax
typedef struct _USBDEVICE_ADDRESS {
USBDEVICE_MGMT_HEADER Header;
ULONG Reserved;
ULONG Address;
} USBDEVICE_ADDRESS, *PUSBDEVICE_ADDRESS;
Members
Header
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.
Requirements
Requirement | Value |
---|---|
Header | ucxusbdevice.h (include Ucxclass.h) |