ILITWriter::GetNextCSSHost

The GetNextCSSHost method returns a CSS host to receive the stylesheet text.

Syntax

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

Parameters

ppHost

Pointer to interface pointer of new CSS 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.