Contents

InvokeCMBitmapCallBackUPP

Invokes a universal procedure pointer (UPP) to a bitmap callback.

Declaration

func InvokeCMBitmapCallBackUPP(_ progress: Int32, _ refCon: UnsafeMutablePointer<Void>, _ userUPP: CMBitmapCallBackUPP) -> Boolean

Overview

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

See Also

Working With Universal Procedure Pointers