1 Managing Strings

1 Q3String_GetType

You can use the Q3String_GetType function to get the type of a string.

TQ3ObjectType Q3String_GetType (TQ3StringObject stringObj);
stringObj A string object.

DESCRIPTION


The Q3String_GetType function returns, as its function result, the type of the string specified by the stringObj parameter. The type of string currently supported by QuickDraw3D is defined by a constant:

kQ3StringTypeCString
If the type of the string cannot be determined or is invalid, Q3String_GetType returns the value kQ3ObjectTypeInvalid.

DESCRIPTION

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

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker