RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
_OUTPUTCONVERTERINFO Struct Reference

Output document converter information (ANSI) More...

#include <RecAPIPlus.h>

Public Attributes

char Name [64]
 
char DLL [16]
 
char Ext [8]
 

Detailed Description

Output document converter information (ANSI)

This structure describes the converter module and its target format. This is used by the RecGetOutputFormatInfo function.

Member Data Documentation

◆ DLL

char _OUTPUTCONVERTERINFO::DLL[16]

Currently not used. Name of the output converter DLL file containing the converter.

◆ Ext

char _OUTPUTCONVERTERINFO::Ext[8]

Default extension for the final output document.

◆ Name

char _OUTPUTCONVERTERINFO::Name[64]

Name of the output text format.