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

deprecated constants group SyncMode
Usage Restrictions
deprecated
Description
contains a synchronization element

Constants
NONE  
CLIENT_TO_SERVER  
SERVER_TO_CLIENT  
Constants' Details
NONE
const unsigned long NONE = 0x00000000;
CLIENT_TO_SERVER
const unsigned long CLIENT_TO_SERVER = 0x00000001;
SERVER_TO_CLIENT
const unsigned long SERVER_TO_CLIENT = 0x00000002;
Top of Page