typedef struct tag_EPNUISAVEFORMATS
{
L_UINT uStructSize;
EEPNDOCUMENTTYPE DocumentType;
L_UINT32 uFormat;
} EPNUISAVEFORMATS, L_FAR * pEPNUISAVEFORMATS;
The EPNUISAVEFORMATS structure provides information about the document type and format to be saved.
Member |
Description |
uStructSize |
Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value. |
DocumentType |
Value that determines the type of the output file to be saved. For a list of possible values, refer to the EEPNDOCUMENTTYPE enumeration. |
uFormat |
Output file format. For possible values, refer to Formats of Output Files. |
Comments
This structure is used within the EPNUISETTINGS structure.