Home
last modified time | relevance | path

Searched refs:HOLLOW_BRUSH (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Drdesktop-core-tester.cpp617 wc.hbrBackground = static_cast<HBRUSH>(GetStockObject(HOLLOW_BRUSH)); in wmain()
H A Dactivex.cpp320 HBRUSH nullBrush = (HBRUSH)GetStockObject(HOLLOW_BRUSH); in Startup()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h802 return (LRESULT)GetStockBrush(HOLLOW_BRUSH); in WndProc()
H A Dwindow.cpp1237 return (LRESULT)GetStockObject(HOLLOW_BRUSH); in WndProc()
/reactos/dll/win32/msgina/
H A Dshutdown.c1110 return (INT_PTR)GetStockObject(HOLLOW_BRUSH); in ShutdownDialogProc()
/reactos/dll/win32/shell32/dialogs/
H A Ddialogs.cpp1511 return (INT_PTR)GetStockObject(HOLLOW_BRUSH); in LogOffDialogProc()
/reactos/base/shell/explorer/
H A Dtraywnd.cpp2542 return (LRESULT) GetStockObject(HOLLOW_BRUSH); in OnCtlColorBtn()
/reactos/dll/win32/comctl32/
H A Dcomctl32_ros.diff968 + return (INT_PTR)GetStockObject(HOLLOW_BRUSH);
/reactos/sdk/include/psdk/
H A Dwingdi.h899 #define HOLLOW_BRUSH 5 macro