支持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::Details