Home
last modified time | relevance | path

Searched refs:ExtractIconW (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dshelllink.c1312 hicon = ExtractIconW(GetModuleHandleA("shell32.dll"), NULL, 0); in test_ExtractIcon()
1315 hicon2 = ExtractIconW(GetModuleHandleA("shell32.dll"), shell32W, -1); in test_ExtractIcon()
1319 hicon = ExtractIconW(NULL, shell32W, 0); in test_ExtractIcon()
1328 hicon = ExtractIconW(NULL, shell32W, -1); in test_ExtractIcon()
1332 hicon = ExtractIconW(NULL, shell32W, 3000); in test_ExtractIcon()
1342 hicon = ExtractIconW(NULL, pathW, 0); in test_ExtractIcon()
1346 hicon = ExtractIconW(NULL, pathW, -1); in test_ExtractIcon()
1349 hicon = ExtractIconW(NULL, pathW, 1); in test_ExtractIcon()
/reactos/sdk/include/psdk/
H A Dshellapi.h458 ExtractIconW(
662 #define ExtractIcon ExtractIconW
/reactos/base/applications/utilman/umandlg/
H A Dumandlg.c116 Globals.hIcon = ExtractIconW(Globals.hInstance, szAppPath, 0); in DlgInitHandler()
/reactos/dll/win32/shell32/
H A Diconcache.cpp947 hIcon = ExtractIconW(hInst, lpIconPath, *lpiIcon); in ExtractAssociatedIconW()
956 hIcon = ExtractIconW(hInst, lpIconPath, *lpiIcon); in ExtractAssociatedIconW()
H A Dshell32.spec222 223 stdcall ExtractIconW(long wstr long)
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c855 ret = ExtractIconW(hInstance, lpwstrFile, nIconIndex); in ExtractIconA()
864 HICON WINAPI ExtractIconW(HINSTANCE hInstance, LPCWSTR lpszFile, UINT nIconIndex) in ExtractIconW() function
/reactos/dll/win32/shlwapi/
H A Dordinal.c3695 return ExtractIconW(hInstance, lpszExeFileName, nIconIndex); in ExtractIconWrapW()