Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
enum AsyncStatusInternal;
Remarks
Specifies a mapping between internal enumerations for the state of asynchronous operations and the Windows::Foundation::AsyncStatus enumeration.
Members
_Created
Equivalent to ::Windows::Foundation::AsyncStatus::Created
_Started
Equivalent to ::Windows::Foundation::AsyncStatus::Started
_Completed
Equivalent to ::Windows::Foundation::AsyncStatus::Completed
_Cancelled
Equivalent to ::Windows::Foundation::AsyncStatus::Cancelled
_Error
Equivalent to ::Windows::Foundation::AsyncStatus::Error
Requirements
Header: async.h
Namespace: Microsoft::WRL::Details