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
SysTaskGetInfoRTS_IEC_RESULTInput
hTaskRTS_IEC_HANDLE<param name=”hTask” type=”IN”>Handle to task</param>
ppInfoPOINTER TO POINTER TO SYS_TASK_INFO
<param name=”ppInfo” type=”OUT”>Pointer pointer to get task info structure</param>