ILITWriter::GetPackageHost

The GetPackageHost method returns a parser host to receive the parsed package file.

Syntax

HRESULT GetPackageHost (
[in] BOOL fEnforceOEB,
[out, retval] IUnknown** ppHost
);

Parameters

fEnforceOEB

Indicates whether an error should be returned for non-OEB content

ppHost

Pointer to interface pointer of new parser host

Return Values

S_OK

E_INVALIDARG

E_OUTOFMEMORY

E_UNEXPECTED

E_FAIL

Remarks

This is an ILITParserHost being returned.

See Also

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