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

另请参阅

Microsoft::WRL::Details 命名空间