ILITWriter::GetNextImageHost

The GetNextImageHost method returns an image host to receive the raw image file bytes.

Syntax

HRESULT GetNextImageHost (
[out, retval] IUnknown** ppHost
);

Parameters

ppHost

Pointer to the interface pointer of a new image host

Return Values

S_OK

S_FALSE

E_INVALIDARG

E_OUTOFMEMORY

E_UNEXPECTED

E_FAIL

Remarks

The S_FALSE return value is the signal for Litgen.dll to move to the next stream.

See Also

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