Overview
Module
Use
Devguide
Index
Constants
Constants' Details
::
com
::
sun
::
star
::
sync
::
deprecated
constants group SyncMode
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
Copyright © 2003 Sun Microsystems, Inc.