Ignore:
Timestamp:
Apr 30, 2002, 4:51:01 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r7548 r8345  
    282282#define WH_NB_HOOKS           (WH_MAXHOOK_W-WH_MINHOOK_W+1)
    283283#endif
     284
     285/* Hook action codes */
     286#define HC_ACTION           0
     287#define HC_GETNEXT          1
     288#define HC_SKIP             2
     289#define HC_NOREMOVE         3
     290#define HC_NOREM            HC_NOREMOVE
     291#define HC_SYSMODALON       4
     292#define HC_SYSMODALOFF      5
    284293
    285294#define EXCEPTION_DEBUG_EVENT       1
     
    19041913#define PROFILE_SERVER_W              0x40000000
    19051914
     1915#define COLOR_SCROLLBAR_W                   0
     1916#define COLOR_BACKGROUND_W          1
     1917#define COLOR_ACTIVECAPTION_W       2
     1918#define COLOR_INACTIVECAPTION_W     3
     1919#define COLOR_MENU_W                4
     1920#define COLOR_WINDOW_W              5
     1921#define COLOR_WINDOWFRAME_W         6
     1922#define COLOR_MENUTEXT_W                    7
     1923#define COLOR_WINDOWTEXT_W          8
     1924#define COLOR_CAPTIONTEXT_W         9
     1925#define COLOR_ACTIVEBORDER_W       10
     1926#define COLOR_INACTIVEBORDER_W     11
     1927#define COLOR_APPWORKSPACE_W       12
     1928#define COLOR_HIGHLIGHT_W                  13
     1929#define COLOR_HIGHLIGHTTEXT_W      14
     1930#define COLOR_BTNFACE_W              15
     1931#define COLOR_BTNSHADOW_W            16
     1932#define COLOR_GRAYTEXT_W             17
     1933#define COLOR_BTNTEXT_W            18
     1934#define COLOR_INACTIVECAPTIONTEXT_W  19
     1935#define COLOR_BTNHIGHLIGHT_W         20
     1936#define COLOR_3DDKSHADOW_W           21
     1937#define COLOR_3DLIGHT_W              22
     1938#define COLOR_INFOTEXT_W             23
     1939#define COLOR_INFOBK_W               24
     1940#define COLOR_DESKTOP_W              COLOR_BACKGROUND_W
     1941#define COLOR_3DFACE_W               COLOR_BTNFACE_W
     1942#define COLOR_3DSHADOW_W             COLOR_BTNSHADOW_W
     1943#define COLOR_3DHIGHLIGHT_W          COLOR_BTNHIGHLIGHT_W
     1944#define COLOR_3DHILIGHT_W            COLOR_BTNHIGHLIGHT_W
     1945#define COLOR_BTNHILIGHT_W           COLOR_BTNHIGHLIGHT_W
     1946#define COLOR_ALTERNATEBTNFACE_W         25  /* undocumented, constant's name unknown */
     1947#define COLOR_HOTLIGHT_W                 26
     1948#define COLOR_GRADIENTACTIVECAPTION_W    27
     1949#define COLOR_GRADIENTINACTIVECAPTION_W  28
     1950
    19061951#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.