msgnum
is the error number. The four-byte parameter provides for the full range of Informix-specific error numbers.
msgstr
is a pointer to the buffer that receives the message string (the output buffer).
lenmsgstr
is the size of the msgstr output buffer. Make this value the size of the largest message that you expect to retrieve.
msglen
is a pointer to the integer that contains the actual length of the message that rgetlmsg() returns.
0
The conversion was successful.
-1227
Message file not found.
-1228
Message number not found in message file.
-1231
Cannot seek within message file.
-1232
Message buffer too small.
is the error number. The two-byte parameter restricts error numbers to between -32768 and +32767.
HELP_CONTEXT
Error number from SQLCODE or sqlca.sqlcode
HELP_CONTEXTPOPUP
HELP_KEY
Pointer to string that contains error number from SQLCODE or sqlca.sqlcode and is converted to ASCII with sprintf() or wsprintf()
HELP_PARTIALKEY