typedef TQ3Status (*TQ3ElementDeleteMethod) (
void *internalElement);
internalElement
A pointer to the element data associated with an element having your custom element type.
TQ3ElementDeleteMethod
function should perform whatever operations are necessary to dispose of the element data specified by the internalElement
parameter.TQ3ElementDeleteMethod
function should return kQ3Success
if it is successful and kQ3Failure
otherwise.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker