CHARRANGE


typedef struct tagCHARRANGE {
    BYTE chFirst; // character code of first character.
    BYTE chLast;  // character code of last character.
} CHARRANGE;

Contains character codes for the first and last characters in a range of characters.