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
TheOTRemoveNotifier
function removes the notifier (if any) currently installed for the provider specified by theref
parameter.SEE ALSO
"Application-Defined Notifier Functions".The
OTInstallNotifier
function.