Windows Media Format SDK banner art
PreviousNext

IWMMetadataEditor::Flush

The Flush method closes the currently open file, writing any changes to the metadata back to the disk.

Syntax

HRESULT Flush();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Meaning
E_OUTOFMEMORY There is not enough available memory.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.