:: com :: sun :: star :: sync ::

constants group SyncEvent
[ DEPRECATED ]
Description
contains a synchronization element

Constants
NONE
CREATED
DELETED
CHANGED
Constants' Details
NONE
const unsigned long NONE = 0;
CREATED
const unsigned long CREATED = 1;
DELETED
const unsigned long DELETED = 2;
CHANGED
const unsigned long CHANGED = 3;
Top of Page