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 |
|
reference |
|
|
|
9823ecb9-212e-471d-b76f-7b8f21208905 |
3 |
mikeblome |
mblome |
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