Carbon


SetIndImageProfileProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* SetIndImageProfileProcPtr) (
    const FSSpec *specFrom, 
    const FSSpec *specInto, 
    UInt32 index, 
    CMProfileRef prof, 
    UInt32 embedFlags
);

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

CMError MySetIndImageProfileCallback (
    const FSSpec *specFrom, 
    const FSSpec *specInto, 
    UInt32 index, 
    CMProfileRef prof, 
    UInt32 embedFlags
);

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