Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
433 B

#define SCORE_NONE 0
#define SCORE_MINOR 1
#define SCORE_MAJOR 2
class CIncdKorean : public CINetCodeDetector
{
private:
enum {NO_ESC, sESC, sESC_1, sESC_2 } m_nEscMode;
BOOL m_bFindDesigator;
INT m_nCharCount;
public:
CIncdKorean();
~CIncdKorean() {}
protected:
virtual BOOL DetectChar(UCHAR tc);
virtual BOOL CleanUp() {return FALSE;}
virtual int GetDetectedCodeSet();
};