Searched refs:lpIconPathW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | iconcache.cpp | 917 LPWSTR lpIconPathW = (LPWSTR)HeapAlloc(GetProcessHeap(), 0, MAX_PATH * sizeof(WCHAR)); in ExtractAssociatedIconA() local 921 if (lpIconPathW) in ExtractAssociatedIconA() 923 MultiByteToWideChar(CP_ACP, 0, lpIconPath, -1, lpIconPathW, len); in ExtractAssociatedIconA() 924 hIcon = ExtractAssociatedIconW(hInst, lpIconPathW, lpiIcon); in ExtractAssociatedIconA() 925 WideCharToMultiByte(CP_ACP, 0, lpIconPathW, -1, lpIconPath, MAX_PATH , NULL, NULL); in ExtractAssociatedIconA() 926 HeapFree(GetProcessHeap(), 0, lpIconPathW); in ExtractAssociatedIconA()
|