Contents

CountImageProfilesProcPtr

Defines a pointer to a function that counts the number of embedded profiles for a given image.

Declaration

typedef CMError (*CountImageProfilesProcPtr)
(
   const FSSpec * spec,
   UInt32 * count
);

Parameters

  • spec:

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

  • count:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks