Carbon


OTHashProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef UInt32(* OTHashProcPtr) (
    OTLink *linkToHash
);

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

UInt32 MyOTHashCallback (
    OTLink *linkToHash
);

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