Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.13 KB

asyncbase-get-status-method.md

File metadata and controls

47 lines (39 loc) · 1.13 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.mt
AsyncBase::get_Status Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::get_Status
C++
get_Status method
9823ecb9-212e-471d-b76f-7b8f21208905
3
mikeblome
mblome
ghogen
cs-cz
pl-pl
pt-br
tr-tr

AsyncBase::get_Status Method

Retrieves a value that indicates the status of the asynchronous operation.

Syntax

STDMETHOD(  
   get_Status  
)(AsyncStatus *status) override;  

Parameters

status
The location where the status is to be stored. For more information, see Windows::Foundation::AsyncStatus enumeration.

Return Value

S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.

Remarks

This method implements IAsyncInfo::get_Status.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class