seLockObject
syntax: |
void SEContext.seLockObject(SEObject obj); |
where: |
obj the object to lock
|
return: |
None
|
description: |
Lock an object. The object will remain locked until it is explicitly freed. seLockObject always produces normal locks.
|
see: |
seFreeObject, seWeakLockObject
|