ITocCollection Interface

The ITocCollection represents a collection of tables of contents. It provides methods for adding, retrieving, and removing, tables of contents from the collection.

Members

The ITocCollection interface inherits from the IUnknown interface. ITocCollection also defines the following types of members:

  • Methods

Methods

The ITocCollection interface defines the following methods.

Method Description
AddEntry

Adds an individual table of contents to the collection, and assigns an index to the added table of contents.

AddEntryByIndex

Adds an individual table of contents to the collection, and associates a caller-supplied index with that table of contents.

GetEntryByIndex

Retrieves a table of contents, specified by an index, from the collection.

GetEntryCount

Retrieves the number of tables of contents in the collection.

RemoveEntryByIndex

Removes a table of contents, specified by an index, from the collection.

 

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Wmcodecdsp.h

DLL

Wmvdspa.dll

See Also

Table of Contents Parser Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 4/7/2010