IMFAsyncResult::GetStatus Method

Returns the status of the asynchronous operation.

Syntax

public:
HRESULT GetStatus()  

Return value

Type: HRESULT 

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codes
Return code Description
S_OK The operation completed successfully.

Refer to Media Foundation return codes.

Remarks

Requirements

Header: Declared in mfobjects.h (include mfidl.h).

Library: Use Mfuuid.lib.