NewComponentRoutineUPP
Creates a new universal procedure pointer (UPP) to a component routine callback function.
Declaration
ComponentRoutineUPP NewComponentRoutineUPP(ComponentRoutineProcPtr userRoutine);Parameters
- userRoutine:
Return Value
See the description of the ComponentRoutineUPP data type.
Discussion
See the ComponentRoutineProcPtr callback for more information.
See Also
Creating and Managing Universal Procedure Pointers
InvokeComponentRoutineUPPDisposeComponentRoutineUPPNewComponentFunctionUPPDisposeComponentFunctionUPPNewComponentMPWorkFunctionUPPInvokeComponentMPWorkFunctionUPPDisposeComponentMPWorkFunctionUPPNewGetMissingComponentResourceUPPInvokeGetMissingComponentResourceUPPDisposeGetMissingComponentResourceUPP