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