contents   index   previous   next



seGetType

 

syntax:

   int

SEContext.seGetType(SEObject object,

                    SEMemberDesc member);

where:

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

 


seExists