SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Status_Logger_Ptr
/* * TYPEDEF: SE_Status_Logger_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_API_Function, * an SE_Status_Code, and 2 SE_String *'s. Used to pass error handlers * into the various callback setting functions. */ typedef void (*SE_Status_Logger_Ptr)
(
SE_API_Function  function_to_catch,
SE_Status_Code  status_code,
const SE_String  *msg1,
const SE_String  *msg2
);



Prev: SE_Status_Logger. Next: SE_Store.


Return to: Top of this Page, Type Index