Contents

CMLinkImageProcPtr

Defines a pointer to a function that matches an image file with a device link profile.

Declaration

typedef CMError (*CMLinkImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl,
   UInt32 qual,
   CMProfileRef lnkProf,
   UInt32 lnkIntent
);

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:
  • qual:
  • lnkProf:
  • lnkIntent:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks