17 Managing Unknown Objects
Q3Unknown_GetType
function to get the type of an unknown object.
TQ3ObjectType Q3Unknown_GetType (TQ3UnknownObject unknownObject);
unknownObject
An unknown object.
Q3Unknown_GetType
function returns, as its function result, the type of the unknown object specified by the unknownObject
parameter. If successful, Q3Unknown_GetType
returns one of these constants:
kQ3UnknownTypeBinary kQ3UnknownTypeTextIf the type cannot be determined or is invalid,
Q3Unknown_GetType
returns the value kQ3ObjectTypeInvalid
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker