HOOK_getenv
Application Program Interface
2-141
C Interface
Syntax
environ = HOOK_getenv(task, id);
Parameters
TSK_Handle task;
/* task object handle */
HOOK_Id
id;
/* HOOK instance id */
Return Value
Ptr
environ;
/* environment pointer */
Reentrant
yes
Description
HOOK_getenv returns the environment pointer associated with the
specified HOOK and TSK objects. The environment pointer, environ,
references the data structure specified in a previous call to
HOOK_setenv.
See Also
HOOK_getenv
Get environment pointer for a given HOOK and TSK combination