02-08-2006 04:37 PM
02-09-2006 02:57 PM - edited 02-09-2006 02:57 PM
Hi John-
Yes- passing a NULL value to the callback function pointer will be sufficient to unregister the event. You should leave the signal id specified so that the NULL callback function pointer will be properly applied to the event associated with that function. You may also notice that unregistering (or even changing the registration) of an event is not allowed at runtime; you must stop the task to make any changes to the event registrations.
Hopefully this helps-
Message Edited by Tom W [DE] on 02-09-2006 02:57 PM