EEPNTXTSUBTYPE

typedef enum tag_EEPNTXTSUBTYPE
{
   TXT_ANSI = 0, 
   TXT_UNICODE, 
   TXT_UNICODE_BIGENDIAN
} EEPNTXTSUBTYPE, L_FAR * pEEPNTXTSUBTYPE

The EEPNTXTSUBTYPE enumeration specifies the text subtype to be used while saving TXT files.

Value

Meaning

TXT_ANSI

Text subtype is ANSI.

TXT_UNICODE

Text subtype is Unicode.

TXT_UNICODE_BIGENDIAN

Text subtype is Unicode (Big Indian).

Comments

This enumeration is used within the EPNTXTOPTIONS structure.