SysRemoveHandlerΒΆ

This function of type BOOL removes the interrupt, which is identifed by the given number, for the function which is identified by its address. This address can be retrieved by the function SysIECGetFctPointer (Library SysLibIECTasks.lib). The interrupt handler is set by the SysInstallHandler function.

The return value is TRUE or FALSE depending on the success of the operation.

Input Variable Data Type Description
iInterrupt INT Interrupt number
dwFctAddress DWORD Function pointer, retrieved with the aid of SysIECGetFctPointer (SysLibIECTasks.lib)