:: com :: sun :: star :: ucb ::

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

Elements' Summary
Scope defines the lock's scope.  
Type defines the type of the lock.  
Elements' Details
Scope
LockScope Scope;
Description
defines the lock's scope.
Type
LockType Type;
Description
defines the type of the lock.
Top of Page