![]() |
openOld_t |
||||
Header: | OpenTransportProtocol.h | Carbon status: | Unsupported | |
typedef OTInt32(* openOld_t) ( queue *q, dev_t dev, OTInt32 foo, OTInt32 bar );
You would declare your function like this if you were to name it MyCallback:
OTInt32 MyCallback ( queue *q, dev_t dev, OTInt32 foo, OTInt32 bar );
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)