ILITCallback::Message

The Message method receives a warning, error, or informational error message.
For a complete list of error messages, see the Error Message List.

Syntax

HRESULT Message(
[in] int iType
[in] int iMessageCode
[in] const wchar_t* pwszMessage
);

Parameters

IType

Message type indicator:

0: fatal error

1: warning

-1: informational message

iMessageCode

Message code (one of the values in litgen_msgcodes.h)

pwszMessage

Null-terminated message text

Return Values

S_OK

See Also

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