| title | AsyncBase::get_Status Method | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 11/04/2016 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 9823ecb9-212e-471d-b76f-7b8f21208905 | |
| caps.latest.revision | 3 | |
| author | mikeblome | |
| ms.author | mblome | |
| manager | ghogen |
Retrieves a value that indicates the status of the asynchronous operation.
STDMETHOD(
get_Status
)(AsyncStatus *status) override;
status
The location where the status is to be stored. For more information, see Windows::Foundation::AsyncStatus enumeration.
S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.
This method implements IAsyncInfo::get_Status.
Header: async.h
Namespace: Microsoft::WRL