The Message method receives a warning, error, or informational error message.
For a complete list of error messages, see the Error Message
List.
HRESULT Message(
[in] int iType
[in] int iMessageCode
[in] const wchar_t* pwszMessage
);
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
© 2000 Microsoft Corporation. All rights reserved. Terms of use.