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.

16 lines
275 B

  1. #include "ConvBase.h"
  2. class CInccKscOut : public CINetCodeConverter
  3. {
  4. public:
  5. CInccKscOut();
  6. ~CInccKscOut() {}
  7. virtual HRESULT ConvertByte(BYTE by);
  8. virtual HRESULT CleanUp();
  9. private:
  10. BOOL fDoubleByte;
  11. BYTE byLead;
  12. BOOL fIsoMode;
  13. BOOL fKscMode;
  14. };