ESS_OUTERROR_T

Returns the errors for each member when verifying an outline. The errors are bit field values returned in a 32-bit status word. Each error value corresponds to a function call error return value described in Table 7, C Outline API Error Return Values.

typedef struct ESS_OUTERROR_T
{
   ESS_HMEMBER_T  hMember;    
   ESS_ULONG_T    ulErrors;   
} ESS_OUTERROR_T, *ESS_POUTERROR_T, **ESS_PPOUTERROR_T;
Data TypeFieldDescription
ESS_HMEMBER_ThMemberHandle to member with errors.
ESS_ULONG_TulErrorsBitmask of errors for the member. See Values for ulErrors.

Values for ulErrors

The following are possible values for ulErrors: