SysTaskGetInfo (FUN)

FUNCTION SysTaskGetInfo : RTS_IEC_RESULT

<description>Returns the task info of the specified task.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>

InOut:

Scope

Name

Type

Comment

Return

SysTaskGetInfo

RTS_IEC_RESULT

Input

hTask

RTS_IEC_HANDLE

<param name=”hTask” type=”IN”>Handle to task</param>

ppInfo

POINTER TO POINTER TO SYS_TASK_INFO

<param name=”ppInfo” type=”OUT”>Pointer pointer to get task info structure</param>