Q3UnknownBinary_EmptyData
You can use theQ3UnknownBinary_EmptyDatafunction to dispose of the memory allocated by a previous call toQ3UnknownBinary_GetData.
TQ3Status Q3UnknownBinary_EmptyData ( TQ3UnknownBinaryData *unknownBinaryData);
unknownBinaryData- A pointer to an unknown binary data structure that was filled in by a previous call to
Q3UnknownBinary_GetData.DESCRIPTION
TheQ3UnknownBinary_EmptyDatafunction deallocates the memory pointed to by thecontentsfield of theunknownBinaryDataparameter. If successful,Q3UnknownBinary_EmptyDatasets that field to the valueNULL. It also sets theobjectTypeandsizefields to default values.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help