Important: The information in this document is obsolete and should not be used for new development.
OTRemoveNotifier
Removes a provider's notifier function.C INTERFACE
void OTRemoveNotifier(ProviderRef ref);C++ INTERFACE
void TProvider::RemoveNotifier();PARAMETERS
ref- A provider reference for the provider whose notifier function is to be removed.
DISCUSSION
TheOTRemoveNotifierfunction removes the notifier (if any) currently installed for the provider specified by therefparameter.SEE ALSO
"Application-Defined Notifier Functions".The
OTInstallNotifierfunction.