---
title: InvokeGetMissingComponentResourceUPP
framework: Core Services
role: symbol
role_heading: Function
platforms: [macOS 10.0+]
path: coreservices/1516491-invokegetmissingcomponentresourc
---

# InvokeGetMissingComponentResourceUPP

## Declaration

```occ
OSErr InvokeGetMissingComponentResourceUPP(Component c, OSType resType, SInt16 resID, void *refCon, Handle *resource, GetMissingComponentResourceUPP userUPP);
```

## Parameters

- `c`: 
- `resType`: 
- `resource`: 
- `userUPP`: 

## Return Value

A result code. See [Result Codes](carbon_core/component_manager.md).

## See Also

### Creating and Managing Universal Procedure Pointers

- [NewComponentRoutineUPP](1516579-newcomponentroutineupp.md)
- [InvokeComponentRoutineUPP](1516654-invokecomponentroutineupp.md)
- [DisposeComponentRoutineUPP](1516334-disposecomponentroutineupp.md)
- [NewComponentFunctionUPP](1516583-newcomponentfunctionupp.md)
- [DisposeComponentFunctionUPP](1516369-disposecomponentfunctionupp.md)
- [NewComponentMPWorkFunctionUPP](1516448-newcomponentmpworkfunctionupp.md)
- [InvokeComponentMPWorkFunctionUPP](1516356-invokecomponentmpworkfunctionupp.md)
- [DisposeComponentMPWorkFunctionUPP](1516328-disposecomponentmpworkfunctionup.md)
- [NewGetMissingComponentResourceUPP](1516619-newgetmissingcomponentresourceup.md)
- [DisposeGetMissingComponentResourceUPP](1516414-disposegetmissingcomponentresour.md)
