HandleEvent
Handles the named event received from the communications driver, using the given fields. By calling this method, the communications driver notifies the Siebel client of a communications event, such as a call coming in on the monitored teleset.
If notifyWhenDone is set to True, then the communications driver is notified when event handling is finished. The event’s ID is passed (using the trackingID parameter) in a call to the service handle method NotifyEventHandlingFinished. For more information, see NotifyEventHandlingFinished.
ISC_RESULT (*HandleEvent)
/* in */(ISC_CLIENT_HANDLE handle,
/* in */ const ISC_STRING name,
/* in */ const struct ISC_KVParamList* fields,
/* in */ ISC_BOOLEAN notifyWhenDone,
/* in */ const ISC_STRING trackingID);