Browse Source

* metrics constants by Gareth and 440bx. Added SM_CARETBLINKINGENABLED for good measure.

git-svn-id: trunk@41845 -
marco 6 years ago
parent
commit
162bd5e251
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/win/wininc/defines.inc

+ 7 - 1
rtl/win/wininc/defines.inc

@@ -1989,7 +1989,13 @@
      SM_DIGITIZER            = 94; // win7+ 
      SM_MAXIMUMTOUCHES       = 95; // win7+   
 
-     ARW_BOTTOMLEFT = 0;
+     SM_REMOTESESSION        = $1000; // WinXP+
+     SM_SHUTTINGDOWN         = $2000; // WinXP+
+     SM_REMOTECONTROL        = $2001; // WinXP+
+     SM_CARETBLINKINGENABLED = $2002; // WinXP+
+     SM_CONVERTIBLESLATEMODE = $2003; // WinXP+
+     SM_SYSTEMDOCKED         = $2004; // WinXP+
+
      ARW_BOTTOMRIGHT = $1;
      ARW_HIDE = $8;
      ARW_TOPLEFT = $2;