SysProcessFreeHandle
(FUN)
FUNCTION SysProcessFreeHandle : RTS_IEC_RESULT
<description>Function to release the process handle that is returned by SysProcessCreate or SysProcessGetCurrentHandle.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysProcessFreeHandle
RTS_IEC_RESULT
Input
hProcess
RTS_IEC_HANDLE
<param name=”hProcess” type=”IN”>Handle of the process</param>