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

Output document converter information (Unicode) More...

#include <RecAPIPlus.h>

Public Attributes

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

Detailed Description

Output document converter information (Unicode)

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

Member Data Documentation

◆ DLL

WCHAR OUTPUTCONVERTERINFOW::DLL[16]

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

◆ Ext

WCHAR OUTPUTCONVERTERINFOW::Ext[8]

Default extension for the final output document.

◆ Name

WCHAR OUTPUTCONVERTERINFOW::Name[64]

Name of the output text format.