Previous:
DgDelete
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgDestructor
DgDeleteType
(from ../include/DgContext.h)
typedef void ( *DgDeleteType ) (
void *ptr,
void *allocParam,
DgDestructor
destructor,
void *destuctParam
);
Summary
Type definition for a funtion that deletes memory. See documentation of DgDelete() for more
References
DgContext_Memory
See Also
DgDelete