17 Managing Unknown Objects

17 Q3UnknownBinary_EmptyData

You can use the Q3UnknownBinary_EmptyData function to dispose of the memory allocated by a previous call to Q3UnknownBinary_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


The Q3UnknownBinary_EmptyData function deallocates the memory pointed to by the contents field of the unknownBinaryData parameter. If successful, Q3UnknownBinary_EmptyData sets that field to the value NULL. It also sets the objectType and size fields to default values.

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