![]() |
InitOpenTransportInContext |
||||
Header: | OpenTransport.h | Carbon status: | Supported | |
OSStatus InitOpenTransportInContext ( OTInitializationFlags flags, OTClientContextPtr *outClientContext );
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
In Carbon, the InitOpenTransportInContext function acts like the pre-Carbon InitOpenTransport function except that it takes two additional parameters: a client context pointer and a flags parameter.
The client context pointer must have been created previously by the OTAllocClientContext function.
The flags parameter indicates whether OT should be initialized for application use or for some other target (for example, plug-ins that run in an application context but not the application itself).
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)