Q3Unknown_GetType
You can use theQ3Unknown_GetTypefunction to get the type of an unknown object.
TQ3ObjectType Q3Unknown_GetType (TQ3UnknownObject unknownObject);
unknownObject- An unknown object.
DESCRIPTION
TheQ3Unknown_GetTypefunction returns, as its function result, the type of the unknown object specified by theunknownObjectparameter. If successful,Q3Unknown_GetTypereturns one of these constants:
kQ3UnknownTypeBinary kQ3UnknownTypeTextIf the type cannot be determined or is invalid,Q3Unknown_GetTypereturns the valuekQ3ObjectTypeInvalid.