Description | ||||||||
Retrieves the entity that generated the error from the ith entry in the error table. | ||||||||
Synopsis | ||||||||
#include <ProSecerror.h> | ||||||||
ProError | 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 | ||||||||
|