Previous:
DgThread_Create
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgThread_FreeParamType
DgThread_CreateType
(from ../include/DgThread.h)
typedef DgError ( *DgThread_CreateType ) (
DgThread
*thread,
void * ( *func ) (
void *arg
),
void *arg,
void *param
);
Summary
Type definition of a function that creates a thread.
References
DgThread_Context
See Also
DgThread_Create