Share via


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.

Remarks

This operation is thread-safe.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

Reference

AsyncBase Class

AsyncStatusInternal Enumeration