Function ProSecerrorItemGet
Description
Retrieves the entity that generated the error from the ith entry in the error table.
Synopsis
#include <ProSecerror.h>
ProSecerrorItemGet
(
ProWSecerror UserErr
/* (In)
A pointer to the errors table
*/
int ith
/* (In)
The number of the table entry
*/
int* r_item
/* (Out)
The identifier of the entity that generated the error
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?