共用方式為


ENDPOINT_RESET_FLAGS列舉 (ucxendpoint.h)

定義重設端點之要求的參數。

Syntax

typedef enum _ENDPOINT_RESET_FLAGS {
  FlagEndpointResetPreserveTransferState
} ENDPOINT_RESET_FLAGS;

常數

 
FlagEndpointResetPreserveTransferState
完成端點重設作業之後,必須保留傳輸狀態。

規格需求

需求
標頭 ucxendpoint.h (包括 Ucxclass.h、Ucxendpoint.h)

另請參閱

ENDPOINT_RESET

EVT_UCX_ENDPOINT_RESET