Skip to content

Latest commit

 

History

History
101 lines (81 loc) · 2.87 KB

nf-mfobjects-imfasyncresult-setstatus.md

File metadata and controls

101 lines (81 loc) · 2.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfobjects.IMFAsyncResult.SetStatus
IMFAsyncResult::SetStatus (mfobjects.h)
Sets the status of the asynchronous operation. (IMFAsyncResult.SetStatus)
79dec067-ba54-435b-8744-9a6f43dd416d
IMFAsyncResult interface [Media Foundation]
SetStatus method
IMFAsyncResult.SetStatus
IMFAsyncResult::SetStatus
SetStatus
SetStatus method [Media Foundation]
SetStatus method [Media Foundation]
IMFAsyncResult interface
mf.imfasyncresult_setstatus
mfobjects/IMFAsyncResult::SetStatus
mf\imfasyncresult_setstatus.htm
mf
79dec067-ba54-435b-8744-9a6f43dd416d
12/05/2018
79dec067-ba54-435b-8744-9a6f43dd416d, IMFAsyncResult interface [Media Foundation],SetStatus method, IMFAsyncResult.SetStatus, IMFAsyncResult::SetStatus, SetStatus, SetStatus method [Media Foundation], SetStatus method [Media Foundation],IMFAsyncResult interface, mf.imfasyncresult_setstatus, mfobjects/IMFAsyncResult::SetStatus
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFAsyncResult::SetStatus
mfobjects/IMFAsyncResult::SetStatus
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFAsyncResult.SetStatus

IMFAsyncResult::SetStatus

-description

Sets the status of the asynchronous operation.

-parameters

-param hrStatus [in]

The status of the asynchronous operation.

-returns

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

Return code Description
S_OK
The method succeeded.

-remarks

If you implement an asynchronous method, call SetStatus to set the status code for the operation.

This interface is available on the following platforms if the Windows Media Format 11 SDK redistributable components are installed:

  • Windows XP with Service Pack 2 (SP2) and later.
  • Windows XP Media Center Edition 2005 with KB900325 (Windows XP Media Center Edition 2005) and KB925766 (October 2006 Update Rollup for Windows XP Media Center Edition) installed.

-see-also

Asynchronous Callback Methods

IMFAsyncResult