TSK_setenv
Application Program Interface
2-501
C Interface
Syntax
TSK_setenv(task, environ);
Parameters
TSK_Handle task;
/* task object handle */
Ptr
environ;
/* task environment pointer */
Return Value
Void
Description
TSK_setenv sets the task environment pointer to environ. The
environment pointer, environ, references an arbitrary application-defined
data structure.
If your program uses multiple HOOK objects, HOOK_setenv allows you
to set individual environment pointers for each HOOK and TSK object
combination.
See Also
HOOK_getenv
HOOK_setenv
TSK_getenv
TSK_geterr
TSK_setenv
Set task environment