![]() |
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 );
Use the OTProcessUPP type instead.
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)