Important: The information in this document is obsolete and should not be used for new development.
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 theOTUnregisterAsClient
function, theCloseOpenTransport
function calls it for you automatically when it executes.SEE ALSO
"Registering as an Open Transport Client".The
OTRegisterAsClient
function.