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.

37 lines
1.2 KiB

  1. /*****************************************************************************\
  2. FILE: ThSettingsPg.h
  3. DESCRIPTION:
  4. This code will display a "Theme Settings" tab in the advanced
  5. "Display Properties" dialog (the advanced dialog, not the base dlg).
  6. BryanSt 3/23/2000 Updated and Converted to C++
  7. Copyright (C) Microsoft Corp 1993-2000. All rights reserved.
  8. \*****************************************************************************/
  9. #ifndef _THEMESETTINGSPG_H
  10. #define _THEMESETTINGSPG_H
  11. #include <cowsite.h>
  12. HRESULT CThemeSettingsPage_CreateInstance(OUT IAdvancedDialog ** ppAdvDialog);
  13. #define THEMEFILTER_SCREENSAVER 0x00000000
  14. #define THEMEFILTER_SOUNDS 0x00000001
  15. #define THEMEFILTER_CURSORS 0x00000002
  16. #define THEMEFILTER_WALLPAPER 0x00000003
  17. #define THEMEFILTER_ICONS 0x00000004
  18. #define THEMEFILTER_COLORS 0x00000005
  19. #define THEMEFILTER_SMSTYLES 0x00000006
  20. #define THEMEFILTER_SMSIZES 0x00000007
  21. #define SIZE_THEME_FILTERS 9
  22. extern const TCHAR * g_szCBNames[SIZE_THEME_FILTERS];
  23. #endif // _THEMESETTINGSPG_H