共用方式為


USBDEVICE_RESET結構 (ucxusbdevice.h)

包含重設指定裝置之要求的參數。 此結構是由要求參數中的UCX傳遞, (Parameters.Others.Arg1) EVT_UCX_USBDEVICE_RESET 回呼函式的架構要求物件。

語法

typedef struct _USBDEVICE_RESET {
  USBDEVICE_MGMT_HEADER Header;
  UCXENDPOINT           DefaultEndpoint;
  ULONG                 EndpointsToDisableCount;
  UCXENDPOINT           *EndpointsToDisable;
} USBDEVICE_RESET, *PUSBDEVICE_RESET;

成員

Header

包含 USB 中樞或裝置句柄 的USBDEVICE_MGMT_HEADER 結構。

DefaultEndpoint

USB 中樞或裝置的預設端點。

EndpointsToDisableCount

要停用的端點數目。

EndpointsToDisable

要停用之端點句柄陣列的指標。

規格需求

需求
標頭 ucxusbdevice.h (包含 Ucxclass.h)

另請參閱

EVT_UCX_USBDEVICE_RESET