Contents

UnembedImageProcPtr

Defines a pointer to an umembed-image function.

Declaration

typedef CMError (*UnembedImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto
);

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.

Return Value

A CMError value. See Result Codes.

See Also

Callbacks