Carbon


GetOTInstallInfoProcPtr

Header: OpenTransportKernel.h Carbon status: Unsupported

typedef install_info(*GetOTInstallInfoProcPtr) ();

You would declare your function like this if you were to name it MyGetOTInstallInfoCallback:

install_info *MyGetOTInstallInfoCallback ();
CARBON NOTES

All of the functions in OpenTransportKernel.h are unsuppored by Carbon because the STREAMS subsystem is not available on Mac OS X.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)