Previous:
DgFreeParamType
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgGetFileHandler
DgFreeType
(from ../include/DgContext.h)
typedef void ( *DgFreeType ) (
void *ptr,
void *allocParam
);
Summary
Type definition for a funtion that frees memory. It should work like free() in C.
References
DgContext_Memory
See Also
DgFree