Searched refs:cyicon (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/user32/misc/ |
H A D | exticon.c | 923 DWORD cyicon, cysmicon, cxicon, cxsmicon; in PrivateExtractIconExW() local 944 cyicon = GetSystemMetrics(SM_CYICON); in PrivateExtractIconExW() 951 cyicon | (cysmicon<<16), NULL, in PrivateExtractIconExW() 955 cyicon | (cysmicon<<16), NULL, LR_DEFAULTCOLOR); in PrivateExtractIconExW() 979 cyicon = GetSystemMetrics(SM_CYICON); in PrivateExtractIconExW() 982 cyicon, NULL, LR_DEFAULTCOLOR, FALSE); in PrivateExtractIconExW() 985 cyicon, NULL, LR_DEFAULTCOLOR); in PrivateExtractIconExW()
|