API 文件集 > Sketches and sections > Object ProSecerror > Function ProSecerrorMsgGet
Function ProSecerrorMsgGet
Description
Retrieves the error message from the ith entry in the error table.
Synopsis
#include <ProSecerror.h>
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
The function successfully retrieved the information.
One or more of the input arguments are invalid.
Sample Code References
這是否有幫助?