SysIntOpenByName (FUN)

FUNCTION SysIntOpenByName : RTS_IEC_HANDLE

<description>Open a valid interrupt specified by name</description> <result><p>RESULT: Handle to the interrupt or RTS_INVALID_HANDLE if failed.</p></result>

InOut:

Scope

Name

Type

Comment

Return

SysIntOpenByName

RTS_IEC_HANDLE

Input

pszIntName

STRING

<param name=”pszIntName” type=”IN”>Interrupt name defined in the settings component</param>

Result

POINTER TO RTS_IEC_RESULT

<param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param>