Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 21 - Providers Reference / Functions
Using Notifier Functions /


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
The OTRemoveNotifier function removes the notifier (if any) currently installed for the provider specified by the ref parameter.

SEE ALSO
"Application-Defined Notifier Functions".

The OTInstallNotifier function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998