1 Managing Strings
Q3String_GetType
function to get the type of a string.
TQ3ObjectType Q3String_GetType (TQ3StringObject stringObj);
stringObj
A string object.
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:
kQ3StringTypeCStringIf the type of the string cannot be determined or is invalid,
Q3String_GetType
returns the value kQ3ObjectTypeInvalid
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker