共用方式為


ENDPOINT_RESET_FLAGS列舉 (ucxendpoint.h)

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

語法

typedef enum _ENDPOINT_RESET_FLAGS {
  FlagEndpointResetPreserveTransferState
} ENDPOINT_RESET_FLAGS;

常數

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

要求

要求 價值
標頭 ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h)

另請參閱

ENDPOINT_RESET

EVT_UCX_ENDPOINT_RESET