Contents

InvokeCMProfileIterateUPP

Invokes a universal procedure pointer (UPP) to a profile-iteration callback.

Declaration

func InvokeCMProfileIterateUPP(_ iterateData: UnsafeMutablePointer<CMProfileIterateData>, _ refCon: UnsafeMutablePointer<Void>, _ userUPP: CMProfileIterateUPP) -> OSErr

Return Value

A result code. See Result Codes.

Overview

In most cases, you do not need to call this function as ColorSync Manager invokes your callback for you. See the CMProfileIterateProcPtr callback for more information and for a description of the parameters.

See Also

Working With Universal Procedure Pointers