Carbon


GetImageSpaceProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

typedef CMError(* GetImageSpaceProcPtr) (
    const FSSpec *spec, 
    OSType *space
);

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

CMError MyGetImageSpaceCallback (
    const FSSpec *spec, 
    OSType *space
);

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