Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFSinkWriterCallback::OnFinalize method

Called when the IMFSinkWriter::Finalize method completes.

Syntax


HRESULT OnFinalize(
  [in] HRESULT hrStatus
);

Parameters

hrStatus [in]

The status code for the Finalize operation. If the value is an error code, the output file might be invalid.

Return value

Returns an HRESULT value. Currently, the sink writer ignores the return value.

Remarks

This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.

Requirements

Minimum supported client

Windows 7, Windows Vista and Platform Update Supplement for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

Mfreadwrite.h

See also

Sink Writer
IMFSinkWriterCallback

 

 

Show:
© 2017 Microsoft