Top   Module   Use   Manual   Index 

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

constants group SyncOptions


Description
contains a synchronization element


Constants

const unsigned long NONE = = 0x00000000;
const unsigned long DONT_COPY = = 0x00000001;
const unsigned long DONT_REMOVE = = 0x00000002;
const unsigned long SERVER_WINS = = 0x00000100;
const unsigned long CLIENT_WINS = = 0x00000200;
const unsigned long CREATE_BACKUP = = 0x00010000;
Top of Page