EventUnregisterCallbackFunction2 (FUN)
FUNCTION EventUnregisterCallbackFunction2 : RTS_IEC_RESULT
Unregister a callback function with a specific user parameter from an event specified by handle and callback and parameter
- InOut:
 Scope
Name
Type
Comment
Return
EventUnregisterCallbackFunction2RTS_IEC_RESULTInput
hEventRTS_IEC_HANDLEHandle to event
pfCallbackFunctionPOINTER TO BYTE
Address of callback function. Function pointer is retrieved by the ADR operator: ADR(function)
pUserParameterPOINTER TO BYTE
Pointer to user parameter, that was specified as a parameter at EventRegisterCallback2()