共用方式為


USBDEVICE_RESET結構 (ucxusbdevice.h)

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

語法

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 (include Ucxclass.h)

另請參閱

EVT_UCX_USBDEVICE_RESET