Share via


ITocEntry Interface

The ITocEntry interface represents an individual entry in a table of contents. It provides methods for setting and retrieving descriptive information for the entry.

Members

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

  • Methods

Methods

The ITocEntry interface defines the following methods.

Method Description
GetDescriptionData

Retreives a description data block that was previously associated with the entry by a call to SetDescriptionData.

GetDescriptor

Retrieves the descriptor, previously set by a call to SetDescriptor, of the entry.

GetSubEntries

Retrieves an array of subentry indices that were set by a previous call to SetSubEntries

GetTitle

Retrieves the title, set by a previous call to SetTitle, of the entry.

SetDescriptionData

Associates a caller-supplied data block with the entry.

SetDescriptor

Associates a descriptor with the entry.

SetSubEntries

Identifies a set of entries as being subentries of this entry.

SetTitle

Sets the title of the entry.

 

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