Description | ||||||||
Retrieves the error message from the ith entry in the error table. | ||||||||
Synopsis | ||||||||
#include <ProSecerror.h> | ||||||||
ProError | ProSecerrorMsgGet | ( | ||||||
ProWSecerror UserErr | ||||||||
/* (In) | ||||||||
A pointer to the errors table. | ||||||||
*/ | ||||||||
int ith | ||||||||
/* (In) | ||||||||
The number of the table entry. | ||||||||
*/ | ||||||||
ProMsg PMsg | ||||||||
/* (Out) | ||||||||
A pointer to the message string, in a wide (4 bytes per a symbol) format. Because the string is static, the contents will change upon the next call. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|