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 20 - Initializing and Closing Open Transport Reference / Functions
Initializing and Closing Open Transport /


InitOpenTransportUtilities

Initializes only that part of Open Transport that handles ports and implements Open Transport utility functions.

C INTERFACE
OSStatus InitOpenTransportUtilities(void);
C++ INTERFACE
None. C++ applications use the C interface to this function.

PARAMETERS
function result
A return value other than kOTNoError indicates that the Open Transport is not installed.
DISCUSSION
If you have called the function InitOpenTransport, you do not need to call the InitOpenTransportUtilities function.

Call the InitOpenTransportUtilities function before calling Open Transport functions that manipulate ports or before calling Open Transport utility functions.

SPECIAL CONSIDERATIONS
If your program uses the Apple Shared Library Manager (ASLM), you must call the InitLibraryManager function to initialize ASLM before calling the InitOpenTransportUtilities function.

SEE ALSO
The InitOpenTransport function.

The Gestalt function, described in Inside Macintosh: Operating System Utilities. "The Gestalt Selector and Response Bits".

"Initializing and Closing Open Transport.

The CloseOpenTransport function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998