Programming Guide



sm_tm_pop_model_event

Pops an event off the transaction event stack

#include <tmusubs.h>
int sm_tm_pop_model_event(void);

Returns

Description

sm_tm_pop_model_event pops the next event in the transaction event stack. Events can be pushed onto the event stack by the transaction manager, a transaction model, or a user event function. The events generated by the transaction manager and those by the standard transaction models can be found in the include file tmusubs.h.

This function can be used by transaction models or by transaction event functions associated with a table view.

See Also

sm_tm_clear_model_events, sm_tm_push_model_event