Home
last modified time | relevance | path

Searched refs:ODS_GRAYED (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp1029 if (dis->itemState & (ODS_DISABLED|ODS_GRAYED)) in DrawItem()
1076 if (dis->itemState & (ODS_DISABLED|ODS_GRAYED)) { in DrawItem()
/reactos/win32ss/user/ntuser/
H A Dmenu.c1747 drawItem.itemState |= (lpitem->fState & MF_GRAYED)?ODS_GRAYED|ODS_DISABLED:0; in MENU_DrawBitmapItem()
2286 if (lpitem->fState & MF_GRAYED) dis.itemState |= ODS_GRAYED | ODS_DISABLED; in MENU_DrawMenuItem()
/reactos/sdk/include/psdk/
H A Dwinuser.h2549 #define ODS_GRAYED 2 macro