Contents

InvokeComponentRoutineUPP

Calls your component routine callback function

Declaration

ComponentResult InvokeComponentRoutineUPP(ComponentParameters *cp, Handle componentStorage, ComponentRoutineUPP userUPP);

Parameters

  • cp:
  • componentStorage:
  • userUPP:

Return Value

See the description of the ComponentResult data type.

Discussion

See the ComponentRoutineProcPtr callback for more information.

See Also

Creating and Managing Universal Procedure Pointers