Contents

ValidateImageProcPtr

Defines a pointer to a validate-image function.

Declaration

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

Parameters

  • spec:

    See the File Manager documentation for a description of the FSSpec data type.

Return Value

A CMError value. See Result Codes.

See Also

Callbacks