Important: The information in this document is obsolete and should not be used for new development.
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 functionInitOpenTransport
, you do not need to call theInitOpenTransportUtilities
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 theInitLibraryManager
function to initialize ASLM before calling theInitOpenTransportUtilities
function.SEE ALSO
TheInitOpenTransport
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.