描述重置终结点所需的信息。 此结构由 EVT_UCX_ENDPOINT_RESET 回调函数中的 UCX 传递。
语法
typedef struct _ENDPOINT_RESET {
USBDEVICE_MGMT_HEADER Header;
UCXENDPOINT Endpoint;
ENDPOINT_RESET_FLAGS Flags;
} ENDPOINT_RESET, *PENDPOINT_RESET;
成员
Header
一个 USBDEVICE_MGMT_HEADER 结构,用于存储其终结点的 USB 中心或设备的句柄。
Endpoint
要重置的设备终结点的句柄。
Flags
指示重置参数的 ENDPOINT_RESET_FLAGS 值。
要求
要求 | 价值 |
---|---|
标头 | ucxendpoint.h (包括 Ucxclass.h、Ucxendpoint.h) |