seGetType
syntax: |
sedatatype seGetType(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: |
The type of the member.
|
description: |
This is a simple function, it returns the current type of the given variable. Members that do not exist are reported as type SE_TYPE_UNDEFINED. Members can also exist with type SE_TYPE_UNDEFINED. Use the seExists api call to differentiate them.
|
see: |
seExists, seExistsDirect
|