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.

26 lines
796 B

  1. /****************************************************************************
  2. Enum.h : declaration of Busu/Stroke Enumeration functions
  3. Copyright 2000 Microsoft Corp.
  4. History:
  5. 07-FEB-2000 bhshin created
  6. ****************************************************************************/
  7. #ifndef _ENUM_HEADER
  8. #define _ENUM_HEADER
  9. #include "Lex.h"
  10. short GetMaxBusu(MAPFILE *pLexMap);
  11. short GetMaxStroke(MAPFILE *pLexMap);
  12. BOOL GetFirstBusuHanja(MAPFILE *pLexMap, short nBusuID, WCHAR *pwchFirst);
  13. BOOL GetNextBusuHanja(MAPFILE *pLexMap, WCHAR wchHanja, WCHAR *pwchNext);
  14. BOOL GetFirstStrokeHanja(MAPFILE *pLexMap, short nStroke, WCHAR *pwchFirst);
  15. BOOL GetNextStrokeHanja(MAPFILE *pLexMap, WCHAR wchHanja, WCHAR *pwchNext);
  16. #endif // #ifndef _ENUM_HEADER