stmSetHandleErrorFunc Setsan error handler function. Syntax stmSetHandleErrorFunc(stm_context, error_func(error_message)); Return Type void Arguments Argument Name Input/Output Argument Type Argument Description Stm_context Input Pointer STM context descriptor that was returned by StmInitImport Error_func Input Pointer to functios Function to call in case of an error Error_message Input String String to pass to the error function
stmSetHandleErrorFunc(stm_context, error_func(error_message));
void