Partager via


AsyncStatusInternal (énumération)

Prend en charge l’infrastructure WRL et n’est pas destinée à être utilisée directement à partir de votre code.

Syntaxe

enum AsyncStatusInternal;

Notes

Spécifie un mappage entre les énumérations internes pour l’état des opérations asynchrones et l’énumération Windows::Foundation::AsyncStatus .

Membres

_Created
Équivaut à ::Windows::Foundation::AsyncStatus::Created.

_Started
Équivaut à ::Windows::Foundation::AsyncStatus::Started.

_Completed
Équivaut à ::Windows::Foundation::AsyncStatus::Completed.

_Cancelled
Équivaut à ::Windows::Foundation::AsyncStatus::Cancelled.

_Error
Équivaut à ::Windows::Foundation::AsyncStatus::Error.

Spécifications

En-tête : async.h

Espace de noms : Microsoft ::WRL ::D etails

Voir aussi

Microsoft::WRL::Details, espace de noms