#include <flaim.h>
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. | |
FlmRecord * | pNewRecord |
New record (adds, modifies). | |
FlmRecord * | pOldRecord |
Old record (modifies, deletes). |