Description | |||||||||||
Adds a user-composed error to the errors table. | |||||||||||
Synopsis | |||||||||||
#include <ProSecerror.h> | |||||||||||
ProError | ProSecerrorAdd | ( | |||||||||
ProWSecerror* PUserErr | |||||||||||
/* (In) | |||||||||||
The pointer to the errors table. You initialize this table using the function ProSecerrorAlloc(). | |||||||||||
*/ | |||||||||||
ProSecerrCode user_error | |||||||||||
/* (In) | |||||||||||
An integer code for a particular type of error. | |||||||||||
*/ | |||||||||||
wchar_t* msg | |||||||||||
/* (In) | |||||||||||
A pointer to a user-created message in a wide (4 bytes per symbol) format. This input is not altered or released. If the input string exceeds the structure field, the function stores as many symbols as the field holds. | |||||||||||
*/ | |||||||||||
ProSecerrSever user_severity | |||||||||||
/* (In) | |||||||||||
The assigned severity of the error. | |||||||||||
*/ | |||||||||||
int user_ent_id | |||||||||||
/* (In) | |||||||||||
The identifier of the entity that generated the error. | |||||||||||
*/ | |||||||||||
ProSecerrAttr user_attribute | |||||||||||
/* (In) | |||||||||||
The user-supplied attributes. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProSecerrorAlloc |