enum LockScope in module com::sun::star::ucb::

(Global Index)

Syntax

enum LockScope;

Description

defines the scope of a lock.

See also

LockEntry

Values Summary

EXCLUSIVE the lock is exclusive.

SHARED the lock is shared.

Values Details



EXCLUSIVE

Syntax

EXCLUSIVE,

Description

the lock is exclusive.


SHARED

Syntax

SHARED,

Description

the lock is shared.

Top of Page