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
SysIntOpenByNameRTS_IEC_HANDLEInput
pszIntNameSTRING
<param name=”pszIntName” type=”IN”>Interrupt name defined in the settings component</param>
ResultPOINTER TO RTS_IEC_RESULT
<param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param>