Carbon


OTHashSearchProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef Boolean(* OTHashSearchProcPtr) (
    const void *ref, 
    OTLink *linkToCheck
);

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

Boolean MyOTHashSearchCallback (
    const void *ref, 
    OTLink *linkToCheck
);

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