Q3UnknownText_GetData
You can use theQ3UnknownText_GetDatafunction to get the data of an unknown text object.
TQ3Status Q3UnknownText_GetData ( TQ3UnknownObject unknownObject, TQ3UnknownTextData *unknownTextData);
unknownObject- An unknown text object.
unknownTextData- A pointer to an unknown text data structure.
DESCRIPTION
TheQ3UnknownText_GetDatafunction returns, in theobjectNameandcontentsfields of the unknown text data structure pointed to by theunknownTextDataparameter, pointers to the name and contents of an unknown text object (that is, an unknown object of typekQ3UnknownTypeText) specified by theunknownObjectparameter. Thecontentsfield of the unknown text data structure points to the data stored in the text metafile, excluding any excess white space and any delimiter characters (that is, outermost parentheses).Your application is responsible for allocating the memory occupied by the
unknownTextDataparameter.Q3UnknownText_GetDataallocates memory to hold the name and contents pointed to by the fields of that structure. You must make certain to callQ3UnknownText_EmptyDatato release the memory allocated byQ3UnknownText_GetDatawhen you are finished using the data.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help