ITocEntryList interface (wmcodecdsp.h)

The ITocEntryList interface represents a list of entries in a table of contents. It provides methods for adding entries to, and removing entries from the list.

Inheritance

The ITocEntryList interface inherits from the IUnknown interface. ITocEntryList also has these types of members:

Methods

The ITocEntryList interface has these methods.

 
ITocEntryList::AddEntry

The AddEntry method adds an individual entry to the list and assigns an index to the entry.
ITocEntryList::AddEntryByIndex

The AddEntryByIndex method adds an individual entry to the list and associates a caller-supplied index with the entry.
ITocEntryList::GetEntryByIndex

The GetEntryByIndex method retrieves an entry, specified by an index, from the list.
ITocEntryList::GetEntryCount

The GetEntryCount method retrieves the number of entries in the list.
ITocEntryList::RemoveEntryByIndex

The RemoveEntryByIndex method removes an entry, specified by an index, from the list.

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

See also

IUnknown

Table of Contents Parser Interfaces