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.

34 lines
643 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: langicon.h
  3. *
  4. * Copyright (c) 1998, Microsoft Corporation
  5. *
  6. * Define apis in langicon.c
  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. HWND hwnd,
  20. LAYOUT_USER LayoutUser,
  21. HKL hkl);
  22. void
  23. FreeLayoutInfo(
  24. LAYOUT_USER LayoutUser);
  25. void
  26. LayoutCheckHandler(
  27. HWND hwnd,
  28. LAYOUT_USER LayoutUser);