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

# TECPluginDisposeEncodingConverterPtr

Defines a pointer to a function that disposesof a converter object.

## Declaration

```occ
typedef OSStatus (*TECPluginDisposeEncodingConverterPtr)(TECObjectRef newEncodingConverter, TECConverterContextRec *plugContext);
```

## Parameters

- `newEncodingConverter`: A reference to the converter object to dispose of.
- `plugContext`: A pointer to a TEC converter context record.

## Return Value

Return Value A resultcode. See Result Codes.

## See Also

### Callbacks

- [UnicodeToTextFallbackProcPtr](coreservices/unicodetotextfallbackprocptr.md)
- [TECPluginGetPluginDispatchTablePtr](coreservices/tecplugingetplugindispatchtableptr.md)
- [TECPluginNewEncodingConverterPtr](coreservices/tecpluginnewencodingconverterptr.md)
- [TECPluginClearContextInfoPtr](coreservices/tecpluginclearcontextinfoptr.md)
- [TECPluginConvertTextEncodingPtr](coreservices/tecpluginconverttextencodingptr.md)
- [TECPluginFlushConversionPtr](coreservices/tecpluginflushconversionptr.md)
- [TECPluginNewEncodingSnifferPtr](coreservices/tecpluginnewencodingsnifferptr.md)
- [TECPluginClearSnifferContextInfoPtr](coreservices/tecpluginclearsniffercontextinfoptr.md)
- [TECPluginSniffTextEncodingPtr](coreservices/tecpluginsnifftextencodingptr.md)
- [TECPluginDisposeEncodingSnifferPtr](coreservices/tecplugindisposeencodingsnifferptr.md)
- [TECPluginGetCountAvailableTextEncodingsPtr](coreservices/tecplugingetcountavailabletextencodingsptr.md)
- [TECPluginGetCountAvailableTextEncodingPairsPtr](coreservices/tecplugingetcountavailabletextencodingpairsptr.md)
- [TECPluginGetCountDestinationTextEncodingsPtr](coreservices/tecplugingetcountdestinationtextencodingsptr.md)
- [TECPluginGetCountSubTextEncodingsPtr](coreservices/tecplugingetcountsubtextencodingsptr.md)
- [TECPluginGetCountAvailableSniffersPtr](coreservices/tecplugingetcountavailablesniffersptr.md)
- [TECPluginGetCountWebEncodingsPtr](coreservices/tecplugingetcountwebencodingsptr.md)
- [TECPluginGetCountMailEncodingsPtr](coreservices/tecplugingetcountmailencodingsptr.md)
- [TECPluginGetTextEncodingInternetNamePtr](coreservices/tecplugingettextencodinginternetnameptr.md)
- [TECPluginGetTextEncodingFromInternetNamePtr](coreservices/tecplugingettextencodingfrominternetnameptr.md)
