SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Return_Code
/*
 * ENUM: SE_Return_Code
 *
 *   This data type specifies the function results of API functions.
 */
typedef enum
{
SE_RETCOD_FAILURE,1
SE_RETCOD_SUCCESS2
} SE_Return_Code;


Enumerant Notes

1 The function failed to carry out the operation.

2 The function successfully carried out the operation.




Prev: SE_Remaining_Packed_Hierarchies_List. Next: SE_Search_Boundary.


Return to: Top of this Page, Type Index