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 命名空间