Contents

GetIndImageProfileProcPtr

Defines a pointer to a function that obtains a color profile for an individual image.

Declaration

typedef CMError (*GetIndImageProfileProcPtr)
(
   const FSSpec * spec,
   UInt32 index,
   CMProfileRef * prof
);

Parameters

  • spec:

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

  • index:
  • prof:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks