Carbon


ValidateImageProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* ValidateImageProcPtr) (
    const FSSpec *spec
);

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

CMError MyValidateImageCallback (
    const FSSpec *spec
);

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