Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 1.23 KB

File metadata and controls

63 lines (56 loc) · 1.23 KB
title AsyncBase::CurrentStatus Method | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
async/Microsoft::WRL::AsyncBase::CurrentStatus
dev_langs
C++
helpviewer_keywords
CurrentStatus method
ms.assetid 26ee4c4a-6525-4a5f-b49c-3ca40c365eb6
caps.latest.revision 3
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

AsyncBase::CurrentStatus Method

Retrieves the status of the current asynchronous operation.

Syntax

inline void CurrentStatus(  
   Details::AsyncStatusInternal *status  
);  

Parameters

status
The location where this operation stores the current status.

Remarks

This operation is thread-safe.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class
AsyncStatusInternal Enumeration