Carbon


OTProcessProcPtr

Header: OpenTransport.h Carbon status: Unsupported

typedef void(* OTProcessProcPtr) (
    void *arg
);

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

void MyOTProcessCallback (
    void *arg
);
CARBON NOTES

Use the OTProcessUPP type instead.


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