Searched refs:HOLLOW_BRUSH (Results 1 – 9 of 9) sorted by relevance
617 wc.hbrBackground = static_cast<HBRUSH>(GetStockObject(HOLLOW_BRUSH)); in wmain()
320 HBRUSH nullBrush = (HBRUSH)GetStockObject(HOLLOW_BRUSH); in Startup()
802 return (LRESULT)GetStockBrush(HOLLOW_BRUSH); in WndProc()
1237 return (LRESULT)GetStockObject(HOLLOW_BRUSH); in WndProc()
1110 return (INT_PTR)GetStockObject(HOLLOW_BRUSH); in ShutdownDialogProc()
1511 return (INT_PTR)GetStockObject(HOLLOW_BRUSH); in LogOffDialogProc()
2542 return (LRESULT) GetStockObject(HOLLOW_BRUSH); in OnCtlColorBtn()
968 + return (INT_PTR)GetStockObject(HOLLOW_BRUSH);
899 #define HOLLOW_BRUSH 5 macro