Carbon


CMMIterateProcPtr

Header: CMApplication.h Carbon status: Supported

typedef OSErr(* CMMIterateProcPtr) (
    CMMInfo *iterateData, 
    void *refCon
);

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

OSErr MyCMMIterateCallback (
    CMMInfo *iterateData, 
    void *refCon
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)