Carbon


bufcall_t

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef void(* bufcall_t) (
    SInt32 size
);

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

void MyCallback (
    SInt32 size
);

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