ITocEntryList Interface
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.
Members
The ITocEntryList interface inherits from the IUnknown interface. ITocEntryList also defines the following types of members:
- Methods
Methods
The ITocEntryList interface defines the following methods.
Method | Description |
---|---|
AddEntry | Adds an individual entry to the list and assigns an index to the entry. |
AddEntryByIndex | Adds an individual entry to the list and associates a caller-supplied index with the entry. |
GetEntryByIndex | Retrieves an entry, specified by an index, from the list. |
GetEntryCount | Retrieves the number of entries in the list. |
RemoveEntryByIndex | Removes an entry, specified by an index, from the list. |
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