1 |
3.530713 |
_AsyncStatusInternal |
Enum |
|
|
|
|
|
|
enum _AsyncStatusInternal
{
_AsyncCreated = -1, // externally invisible
_AsyncStarted = 0, // Windows::Foundation::AsyncStatus::Started,
_AsyncCompleted = 1, // Windows::Foundation::AsyncStatus::Completed,
_AsyncCanceled = 2, // Windows::Foundation::AsyncStatus::Canceled,
_AsyncError = 3, // Windows::Foundation::AsyncStatus::Error,
_AsyncCancelPending,
_AsyncClosed,
_AsyncUndefined
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\ppltasks.h(4702,0) |
- If defined (__cplusplus_winrt)
|