Problem: 1627526
Title: (CTempHandleLock) Can move high and also lock
Received: Feb 10 1997 10:39AM
The consturctor for CTempHandleLock locks the passed handle before even
checking to see whether or not it should be moved high, and in fact, the
code appears to treat locking and moving high as mutually exclusive
options.
Fix:
Fixed this by just passing on the lockhi flag to LockHandle_AC, which will HLockHi
it if appropriate.