FLM_UPDATE_EVENT Struct Reference

Structure returned to an event handler function whenever database update events occur. Specifically, this structure is returned for record add, modify, and delete events, as well as DRN reserve events. More...

#include <flaim.h>

List of all members.

Public Attributes

FLMUINT uiThreadId
 Thread id of the thread that generated the event.
HFDB hDb
 Database handle of the database that generated the event.
FLMUINT uiTransID
 Transaction id the update occurred in.
RCODE rc
 Return code of the update event.
FLMUINT uiDrn
 DRN of the record that was added, modified, deleted, or reserved.
FLMUINT uiContainer
 Container number where the update occurred.
FlmRecordpNewRecord
 New record (adds, modifies).
FlmRecordpOldRecord
 Old record (modifies, deletes).


Detailed Description

Structure returned to an event handler function whenever database update events occur. Specifically, this structure is returned for record add, modify, and delete events, as well as DRN reserve events.


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