SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Return_Code
/*
 * ENUM: SE_Return_Code
 *
 *   Return codes for SEDRIS API functions, indicating
 *   whether the function succeeded or failed.
 */
typedef enum
{
SE_RET_CODE_FAILURE, (notes)
SE_RET_CODE_SUCCESS (notes)
} SE_Return_Code;


Enumerant Notes


SE_RET_CODE_FAILURE

 The function failed. For more detailed information
 about a failure condition, see SE_GetLastFunctionStatus().

SE_RET_CODE_SUCCESS

 The function succeeded.



Prev: SE_Remaining_Packed_Hierarchies_List. Next: SE_Search_Boundary.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS