struct LockEntry in module com::sun::star::ucb::

(Global Index)

Syntax

struct LockEntry;

Description

defines the types of locks that can be used with a resource.

Field Summary

Scope defines the lock's scope.

Type defines the type of the lock.

Field Details



Scope

Syntax

com::sun::star::ucb::LockScope Scope;

Description

defines the lock's scope.


Type

Syntax

com::sun::star::ucb::LockType Type;

Description

defines the type of the lock.

Top of Page