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

# TECPluginFlushConversionPtr

Defines a pointer to a function that flushesout any data in a converter object’s temporary buffers and resetsthe converter object.

## Declaration

```occ
typedef OSStatus (*TECPluginFlushConversionPtr)(TECObjectRef encodingConverter, TECConverterContextRec *plugContext);
```

## Parameters

- `encodingConverter`: A reference to the text converter object whose contents are to be flushed.
- `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)
- [TECPluginDisposeEncodingConverterPtr](coreservices/tecplugindisposeencodingconverterptr.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)
