---
title: GetMissingComponentResourceProcPtr
framework: Core Services
role: symbol
role_heading: Type Alias
platforms: [Mac Catalyst 17.0+, macOS 10.0+]
path: coreservices/getmissingcomponentresourceprocptr
---

# GetMissingComponentResourceProcPtr

## Declaration

```occ
typedef OSErr (*GetMissingComponentResourceProcPtr)(Component c, OSType resType, SInt16 resID, void *refCon, Handle *resource);
```

## Parameters

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

## Return Value

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

## See Also

### Callbacks

- [ComponentMPWorkFunctionProcPtr](componentmpworkfunctionprocptr.md)
- [ComponentRoutineProcPtr](componentroutineprocptr.md)
