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.
Declaration:
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; |
Structure Members:
Name | Type | Description |
Ext | char[8] | Default extension for the final output document. |
Name | char[64] | Name of the output text format. |