17 Managing Unknown Objects
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 toQ3UnknownBinary_GetData
.
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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker