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