Contents

NewCMProfileIterateUPP

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

Declaration

func NewCMProfileIterateUPP(_ userRoutine: CMProfileIterateProcPtr) -> CMProfileIterateUPP

Parameters

  • userRoutine:

    A pointer to your profile-iteration callback function.

Return Value

The universal procedure pointer.

See Also

Working With Universal Procedure Pointers