AsyncBase::CurrentStatus Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at AsyncBase::CurrentStatus Method.
Retrieves the status of the current asynchronous operation.
inline void CurrentStatus( Details::AsyncStatusInternal *status );
Parameters
status
The location where this operation stores the current status.
This operation is thread-safe.
Header: async.h
Namespace: Microsoft::WRL
Show: