Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Diconcache.cpp979 …I ExtractAssociatedIconExW(HINSTANCE hInst, LPWSTR lpIconPath, LPWORD lpiIconIdx, LPWORD lpiIconId) in ExtractAssociatedIconExW() argument
981 FIXME("%p %s %p %p): stub\n", hInst, debugstr_w(lpIconPath), lpiIconIdx, lpiIconId); in ExtractAssociatedIconExW()
991 …PI ExtractAssociatedIconExA(HINSTANCE hInst, LPSTR lpIconPath, LPWORD lpiIconIdx, LPWORD lpiIconId) in ExtractAssociatedIconExA() argument
997 TRACE("%p %s %p %p)\n", hInst, lpIconPath, lpiIconIdx, lpiIconId); in ExtractAssociatedIconExA()
1000 ret = ExtractAssociatedIconExW(hInst, lpwstrFile, lpiIconIdx, lpiIconId); in ExtractAssociatedIconExA()