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

deprecated constants group SyncEvent
Usage Restrictions
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