USBDEVICE_ADDRESS结构(ucxusbdevice.h)
包含请求将指定设备转换为 Addressed 状态的参数。 此结构由 UCX 在 EVT_UCX_USBDEVICE_ADDRESS 回调函数的框架请求对象的请求参数(Parameters.Others.Arg1)中传递。
语法
typedef struct _USBDEVICE_ADDRESS {
USBDEVICE_MGMT_HEADER Header;
ULONG Reserved;
ULONG Address;
} USBDEVICE_ADDRESS, *PUSBDEVICE_ADDRESS;
成员
Header
包含 USB 中心或设备的句柄的 USBDEVICE_MGMT_HEADER 结构。
Reserved
请勿使用。
Address
指定的 USB 中心或设备的地址。
要求
要求 | 价值 |
---|---|
标头 | ucxusbdevice.h (include Ucxclass.h) |