PropertyHandle :: ResetInstanceProcessHandler - Reset instance process handler
The function resets an instance process handler, which has been set by SetInstanceProcessHandler().
Implementation details
PropertyHandle  :: ResetInstanceProcessHandler ( EventLink *event_link )
- event_link
- Event link
An event link defines the link between a property handle and an event handler. A simple way of defining an event link is provided with the ELINK macro:
ELINK(class_instance, class_name, function_name)