Source code of Windows XP (NT5)
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.

32 lines
581 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: langicon.h
  3. *
  4. * Copyright (c) 1998, Microsoft Corporation
  5. *
  6. * Define apis in langicon.cpp
  7. *
  8. \***************************************************************************/
  9. //
  10. // Prototypes
  11. //
  12. typedef enum _LAYOUT_USER {
  13. LAYOUT_DEF_USER,
  14. LAYOUT_CUR_USER
  15. } LAYOUT_USER;
  16. #define TIMER_MYLANGUAGECHECK 1
  17. BOOL
  18. DisplayLanguageIcon(
  19. LAYOUT_USER LayoutUser,
  20. HKL hkl);
  21. void
  22. FreeLayoutInfo(
  23. LAYOUT_USER LayoutUser);
  24. void
  25. LayoutCheckHandler(
  26. LAYOUT_USER LayoutUser);