Carbon


UnembedImageProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* UnembedImageProcPtr) (
    const FSSpec *specFrom, 
    const FSSpec *specInto
);

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

CMError MyUnembedImageCallback (
    const FSSpec *specFrom, 
    const FSSpec *specInto
);

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