Share via


AsyncBase::CurrentStatus Method

 

The latest version of this topic can be found at 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