SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Error_Handling_Function_Ptr
/*
 * TYPEDEF: SE_Error_Handling_Function_Ptr
 *
 *   A pointer to a user-defined error-handling function, where the
 *   user-defined function must have a return type of void, and must
 *   accept exactly 4 parameters - an SE_Transmittal_API_Function,
 *   an SE_Status_Code, and 2 char *'s. Used to pass error handlers
 *   into the various callback setting functions.
 */
typedef void (*SE_Error_Handling_Function_Ptr)
(
SE_Transmittal_API_Function function_to_catch,
SE_Status_Code status_code,
constchar *msg1,
constchar *msg2
);



Prev: SE_Encoding. Next: SE_Error_Handling_Function_Signature.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS