IAsyncInfo::get_Status method (asyncinfo.h)

Gets a value that indicates the status of the asynchronous operation.

This property is read-only.

Syntax

HRESULT get_Status(
  AsyncStatus *status
);

Parameters

status

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header asyncinfo.h

See also

IAsyncInfo