AsyncStatusInternal 列舉
支援 WRL 基礎結構,並不適合直接從您的程式代碼使用。
語法
enum AsyncStatusInternal;
備註
指定異步操作狀態與 Windows::Foundation::AsyncStatus
列舉的內部列舉之間的對應。
成員
_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::D etails