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 26 - Ports Reference / Functions
Registering as a Client /


OTUnregisterAsClient

Removes your application as a client of Open Transport.

C INTERFACE
OSStatus OTUnregisterAsClient(void)
PARAMETERS
function result
An error code. See Appendix B for more information.
C++ INTERFACE
None. C++ applications use the C interface to this function.

SPECIAL CONSIDERATIONS
If you do not call the OTUnregisterAsClient function, the CloseOpenTransport function calls it for you automatically when it executes.

SEE ALSO
"Registering as an Open Transport Client".

The OTRegisterAsClient function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998