Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.2 KB

asyncstatusinternal-enumeration.md

File metadata and controls

49 lines (33 loc) · 1.2 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: AsyncStatusInternal Enumeration
AsyncStatusInternal Enumeration
11/04/2016
reference
async/Microsoft::WRL::Details::AsyncStatusInternal
AsyncStatusInternal enumeration
b783923f-3f1c-4487-9384-be572cbc62d7

AsyncStatusInternal Enumeration

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

See also

Microsoft::WRL::Details Namespace