Contents

InvokeCMMIterateUPP

Invokes a universal procedure pointer (UPP) to a progress-monitoring callback for the 1805185 Cmiteratecmminfo function.

Declaration

func InvokeCMMIterateUPP(_ iterateData: UnsafeMutablePointer<CMMInfo>, _ refCon: UnsafeMutablePointer<Void>, _ userUPP: CMMIterateUPP) -> OSErr

Overview

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

See Also

Working With Universal Procedure Pointers