---
title: EmbedImageProcPtr
framework: Application Services
role: pseudoSymbol
platforms: []
path: applicationservices/colorsync_manager/embedimageprocptr
---

# EmbedImageProcPtr

Defines a pointer to an embed-image function.

## Declaration

```occ
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](../colorsync_manager.md).

## See Also

### Callbacks

- [CMBitmapCallBackProcPtr](../cmbitmapcallbackprocptr.md)
- [CMConcatCallBackProcPtr](../cmconcatcallbackprocptr.md)
- [CMCountImageProfilesProcPtr](cmcountimageprofilesprocptr.md)
- [CMEmbedImageProcPtr](cmembedimageprocptr.md)
- [CMFlattenProcPtr](../cmflattenprocptr.md)
- [CMGetImageSpaceProcPtr](cmgetimagespaceprocptr.md)
- [CMGetIndImageProfileProcPtr](cmgetindimageprofileprocptr.md)
- [CMIterateDeviceInfoProcPtr](../cmiteratedeviceinfoprocptr.md)
- [CMIterateDeviceProfileProcPtr](../cmiteratedeviceprofileprocptr.md)
- [CMLinkImageProcPtr](cmlinkimageprocptr.md)
- [CMMatchImageProcPtr](cmmatchimageprocptr.md)
- [CMMIterateProcPtr](../cmmiterateprocptr.md)
- [CMProofImageProcPtr](cmproofimageprocptr.md)
- [CMProfileIterateProcPtr](../cmprofileiterateprocptr.md)
- [CMSetIndImageProfileProcPtr](cmsetindimageprofileprocptr.md)
- [CMUnembedImageProcPtr](cmunembedimageprocptr.md)
- [CMValidImageProcPtr](cmvalidimageprocptr.md)
- [CountImageProfilesProcPtr](countimageprofilesprocptr.md)
- [GetImageSpaceProcPtr](getimagespaceprocptr.md)
- [GetIndImageProfileProcPtr](getindimageprofileprocptr.md)
- [MatchImageProcPtr](matchimageprocptr.md)
- [SetIndImageProfileProcPtr](setindimageprofileprocptr.md)
- [UnembedImageProcPtr](unembedimageprocptr.md)
- [ValidateImageProcPtr](validateimageprocptr.md)
- [ValidateSpaceProcPtr](validatespaceprocptr.md)
