17 Managing Unknown Objects

17 Q3Unknown_GetType

You can use the Q3Unknown_GetType function to get the type of an unknown object.

TQ3ObjectType Q3Unknown_GetType (TQ3UnknownObject unknownObject);
unknownObject
An unknown object.

DESCRIPTION


The 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
kQ3UnknownTypeText
If the type cannot be determined or is invalid, Q3Unknown_GetType returns the value kQ3ObjectTypeInvalid.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker