ITocParser::Commit method (wmcodecdsp.h)

The Commit method stores the current state of the TOC Parser object in its associated media file.

Syntax

HRESULT Commit();

Return value

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

You can associate a TOC Parser object with a media file by calling ITocParser::Init. As you add, modify, or remove tables of contents from the TOC Parser object, those changes are made only to the TOC Parser object in memory, not to the media file. To store your changes in the media file, you must call ITocParser::Commit.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wmcodecdsp.h
DLL Wmvdspa.dll

See also

ITocParser