The GetPackageHost method returns a parser host to receive the parsed package file.
HRESULT GetPackageHost (
[in] BOOL fEnforceOEB,
[out, retval] IUnknown** ppHost
);
fEnforceOEB
Indicates whether an error should be returned for non-OEB content
ppHost
Pointer to interface pointer of new parser host
This is an ILITParserHost being returned.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.