ILITHost Interface

This is the common interface for the three "identity" properties that describe each host. This information is taken from the manifest item entry in the metadata stream. Except for the metadata host itself (that is, the ILITParserHost returned through ILITWriter::GetPackageHost()), these methods are implemented on all hosts.

Note: The manifest ID is the reference ID in the package file (.opf). For more information about the package file, see The Package File and Cover Graphics. For a sample package file (.opf), see Sample Package File. For more information about the Open eBook specification, see http://www.openebook.com/specification.htm.

In addition to the methods inherited from IUnknown, the ILITHost interface exposes the following methods.

Method Description
GetId Returns the manifest ID of the item being parsed.
GetFilename Returns the filename of the item being parsed.
GetMimeType Returns the mime type of the item being parsed.

© 2000 Microsoft Corporation. All rights reserved. Terms of use.