GetType
The GetType method gets the type string corresponding to the specified token, if the token exists.
ODBoolean GetType (in ODTypeToken token,
out ODType type);
token
- A tokenized string representing the token of interest, expressed as a 32-bit value.
type
- The type string corresponding to the specified token.
- return value
-
kODTrue if the specified token exists in the type/token table for this session, otherwise kODFalse.
SEE ALSO
The ODTypeToken type (page 877).
The ODSession::RemoveEntry method (page 613).
The ODSession::Tokenize method (page 622).