Carbon


GetIndImageProfileProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* GetIndImageProfileProcPtr) (
    const FSSpec *spec, 
    UInt32 index, 
    CMProfileRef *prof
);

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

CMError MyGetIndImageProfileCallback (
    const FSSpec *spec, 
    UInt32 index, 
    CMProfileRef *prof
);

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