InvokeCMConcatCallBackUPP
Invokes a universal procedure pointer (UPP) to a progress-monitoring callback.
Declaration
func InvokeCMConcatCallBackUPP(_ progress: Int32, _ refCon: UnsafeMutablePointer<Void>, _ userUPP: CMConcatCallBackUPP) -> BooleanOverview
In most cases, you do not need to call this function as ColorSync Manager invokes your callback for you. See the CMConcatCallBackProcPtr callback for more information and for a description of the parameters.
See Also
Working With Universal Procedure Pointers
NewCMBitmapCallBackUPPDisposeCMBitmapCallBackUPPInvokeCMBitmapCallBackUPPNewCMConcatCallBackUPPDisposeCMConcatCallBackUPPNewCMFlattenUPPDisposeCMFlattenUPPInvokeCMFlattenUPPNewCMMIterateUPPDisposeCMMIterateUPPInvokeCMMIterateUPPNewCMProfileIterateUPPDisposeCMProfileIterateUPPInvokeCMProfileIterateUPP