Carbon


OTSMCompleteProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef void(* OTSMCompleteProcPtr) (
    void *contextPtr
);

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

void MyOTSMCompleteCallback (
    void *contextPtr
);

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