共用方式為


AsyncStatusInternal 列舉

支援 WRL 基礎結構,而且不是為了要直接從您的程式碼中使用而設計。

enum AsyncStatusInternal;

備註

指定內部列舉非同步作業的狀態和 Windows::Foundation::AsyncStatus 列舉型別之間的對應。

Members

  • _Created
    為::Windows::Foundation::AsyncStatus::Created 的對等用法

  • _Started
    為::Windows::Foundation::AsyncStatus::Started 的對等用法

  • _Completed
    為::Windows::Foundation::AsyncStatus::Completed 的對等用法

  • _Cancelled
    為::Windows::Foundation::AsyncStatus::Cancelled 的對等用法

  • _Error
    為::Windows::Foundation::AsyncStatus::Error 的對等用法

需求

標題: async.h

命名空間: Microsoft::WRL::Details

請參閱

參考

Microsoft::WRL::Details 命名空間