Contents

CMSetIndImageProfileProcPtr

Defines a pointer to a function that sets a specific embedded profile for a given image.

Declaration

typedef CMError (*CMSetIndImageProfileProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl,
   UInt32 index,
   CMProfileRef prof
);

Parameters

  • specFrom:

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

  • specInto:

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

  • repl:
  • index:
  • prof:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks