Carbon


OTAllocMemProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef void(*OTAllocMemProcPtr) (
    OTByteCount size
);

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

void *MyOTAllocMemCallback (
    OTByteCount size
);
CARBON NOTES

Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X.


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