TSK_getname
Application Program Interface
2-495
C Interface
Syntax
name = TSK_getname(task);
Parameters
TSK_Handle task;
/* task object handle */
Return Value
String
name;
/* task name */
Description
TSK_getname returns the task’s name.
For tasks created with Tconf, the name is available to this function only if
the "Allocate Task Name on Target" property is set to true for this task.
For tasks created with TSK_create, TSK_getname returns the attrs.name
field value, or an empty string if this attribute was not specified.
See Also
TSK_setenv
TSK_seterr
TSK_setpri
TSK_getname
Get task name