Previous:
DgThread_CreateType
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgThread_Join
DgThread_FreeParamType
(from ../include/DgThread.h)
typedef void ( *DgThread_FreeParamType ) (
void *param
);
Summary
Type definition of a function that frees parameters. Destructs memory pointed to by param.
References
DgThread_Context