seLockString
syntax: |
void seLockObject(secontext se,seobject obj);
void seLockString(secontext se,seconstcharptr str); |
where: |
se the context the object is part of
obj the object to lock
str the string to lock
|
return: |
None
|
description: |
Lock an item. The item will remain locked until it is explicitly freed. seLockObject always produces normal locks.
|
see: |
seFreeObject, seWeakLockObject, seFreeString
|