Output document converter information. Describes the name of the output text format and its extension. This is used by IG_REC_output_format_info_get.
Copy Code
|
|
---|---|
typedef struct tagAT_REC_OUTPUT_CONVERTER_INFO { char Ext[8]; char Name[64]; } AT_REC_OUTPUT_CONVERTER_INFO, * LPAT_REC_OUTPUT_CONVERTER_INFO; |
Name | Type | Description |
---|---|---|
Ext | char[8] | Default extension for the final output document. |
Name | char[64] | Name of the output text format. |