The FdoLockStrategy enumeration defines how lock acquisition should proceed.

()

Enumerator:
FdoLockStrategy_All  Declares that either all of the locks must be acquired or none should be acquired.
FdoLockStrategy_Partial  Declares that all of the locks that can be acquired should be acquired.

Definition at line 29 of file LockStrategy.h.