Event Registration/Deregistration Functions
[Miscellaneous Functions]


Functions

FLMEXP RCODE FLMAPI FlmRegisterForEvent (FEventCategory eCategory, FEVENT_CB fnEventCB, void *pvAppData, HFEVENT *phEventRV)
 Register to catch events from the database system.
FLMEXP void FLMAPI FlmDeregisterForEvent (HFEVENT *phEventRV)
 Deregister event handling function.

Function Documentation

FLMEXP void FLMAPI FlmDeregisterForEvent HFEVENT phEventRV  ) 
 

Deregister event handling function.

Parameters:
phEventRV  Event handle that was returned by FlmRegisterForEvent().

FLMEXP RCODE FLMAPI FlmRegisterForEvent FEventCategory  eCategory,
FEVENT_CB  fnEventCB,
void *  pvAppData,
HFEVENT phEventRV
 

Register to catch events from the database system.

Parameters:
eCategory  Category of events to be caught.
fnEventCB  Function to be called when events of the specified category happen.
pvAppData  Application supplied data that is to be passed to the registered function whenever it is called.
phEventRV  Event handle. This handle should be passed to FlmDeregisterForEvent() to deregister event handling.


Generated on Wed Oct 4 12:11:43 2006 for FLAIM by  doxygen 1.4.6