Carbon


ValidateSpaceProcPtr

Header: CMScriptingPlugin.h Carbon status: Supported

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

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

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

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