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.

15 lines
260 B

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