| ||||||
SummarySablotGetMsgText return a constant pointer to the message
for the given error code.
| ||||||
Syntaxconst char *SablotGetMsgText(int code);
| ||||||
DescriptionThe value returned is typically a format string (contains C ``printf'' formatting specifiers). You need more info (code dependent) to get a full message). | ||||||
See Also
|