Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.02 KB

File metadata and controls

44 lines (37 loc) · 1.02 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

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