UxTheme.hpp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 2002 by Borland Software Corporation
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'UxTheme.pas' rev: 6.00
  5. #ifndef UxThemeHPP
  6. #define UxThemeHPP
  7. #pragma delphiheader begin
  8. #pragma option push -w-
  9. #pragma option push -Vx
  10. #include <Windows.hpp> // Pascal unit
  11. #include <SysInit.hpp> // Pascal unit
  12. #include <System.hpp> // Pascal unit
  13. //-- user supplied -----------------------------------------------------------
  14. #include "uxtheme.h"
  15. namespace Uxtheme
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. typedef unsigned HIMAGELIST;
  19. typedef THEMESIZE TThemeSize;
  20. typedef _MARGINS TMargins;
  21. typedef _INTLIST TIntList;
  22. typedef PROPERTYORIGIN TPropertyOrigin;
  23. //-- var, const, procedure ---------------------------------------------------
  24. static const Word WM_THEMECHANGED = 0x31a;
  25. extern PACKAGE void __fastcall FreeThemeLibrary(void);
  26. extern PACKAGE bool __fastcall InitThemeLibrary(void);
  27. extern PACKAGE bool __fastcall UseThemes(void);
  28. } /* namespace Uxtheme */
  29. using namespace Uxtheme;
  30. #pragma option pop // -w-
  31. #pragma option pop // -Vx
  32. #pragma delphiheader end.
  33. //-- end unit ----------------------------------------------------------------
  34. #endif // UxTheme