Freigeben über


AsyncStatusInternal-Enumeration

Unterstützt die WRL-Infrastruktur und soll nicht direkt aus Ihrem Code verwendet werden.

Syntax

enum AsyncStatusInternal;

Hinweise

Gibt eine Zuordnung zwischen internen Enumerationen für den Status asynchroner Vorgänge und der Windows::Foundation::AsyncStatus Enumeration an.

Member

_Created
Entspricht ::Windows::Foundation::AsyncStatus::Created.

_Started
Entspricht ::Windows::Foundation::AsyncStatus::Started.

_Completed
Entspricht ::Windows::Foundation::AsyncStatus::Completed.

_Cancelled
Entspricht ::Windows::Foundation::AsyncStatus::Cancelled.

_Error
Entspricht ::Windows::Foundation::AsyncStatus::Error.

Anforderungen

Header: async.h

Namespace: Microsoft::WRL::D etails

Siehe auch

Microsoft::WRL::Details-Namespace