次の方法で共有


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 名前空間