Example 1: Checking the Function’s Status
SE_Return_Code SE_GetLastFunctionStatus
SE_Status_Code *last_function_status,
char **status_description
Assigns last_function_status a status code for the function call last made to the C API.
- SE_STAT_CODE_SUCCESS usually set when the return code of the function was SE_RET_CODE_SUCCESS.
- Other possible codes depend on the function called. For example SE_STAT_CODE_TRANSMITTAL_UNACCESSIBLE may be set for SE_OpenTransmittal().
The status_description, if not NULL, is managed by the store passed in and will contain extra information about the kind of failure.