Important: The information in this document is obsolete and should not be used for new development.
Using Notifier Functions
To receive notice of provider events, you must install a notifier function. If the provider was opened synchronously, you do this by calling theOTInstallNotifierfunction. If the provider was opened asynchronously, you install the notifier by passing a pointer to the notifier function as a parameter to the function used to open the provider. To remove a notifier function, call theOTRemoveNotifierfunction.You can use the
OTUseSyncIdleEventsfunction to send idle events to your notifier.