Carbon


EmbedImageProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* EmbedImageProcPtr) (
    const FSSpec *specFrom, 
    const FSSpec *specInto, 
    CMProfileRef embedProf, 
    UInt32 embedFlags
);

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

CMError MyEmbedImageCallback (
    const FSSpec *specFrom, 
    const FSSpec *specInto, 
    CMProfileRef embedProf, 
    UInt32 embedFlags
);

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