Contents

EmbedImageProcPtr

Defines a pointer to an embed-image function.

Declaration

typedef CMError (*EmbedImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   CMProfileRef embedProf,
   UInt32 embedFlags
);

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.

  • embedProf:
  • embedFlags:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks