Contents

CMValidImageProcPtr

Defines a pointer to a function that validates a specified image file.

Declaration

typedef CMError (*CMValidImageProcPtr)
(
   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