seExists
syntax: |
sebool seExists(secontext se,seobject object, semember member); |
where: |
se the context the member is in
object the Object half of an Object,Member pair
member the Member half of an Object,Member pair
|
return: |
TRUE if the member exists, else FALSE.
|
description: |
This API function is used in place of seGetType when you do not care what the type of the member is, only if it exists or not.
|
see: |
seGetType, seExistsDirect
|