Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
bab2ddb7
Commit
bab2ddb7
authored
Apr 25, 2007
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add a stub implementation for SHMapIDListToImageListIndexAsync.
parent
b2aae66f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
iconcache.c
dlls/shell32/iconcache.c
+13
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-0
No files found.
dlls/shell32/iconcache.c
View file @
bab2ddb7
...
...
@@ -617,6 +617,19 @@ int WINAPI SHMapPIDLToSystemImageListIndex(
}
/*************************************************************************
* SHMapIDListToImageListIndexAsync [SHELL32.148]
*/
HRESULT
WINAPI
SHMapIDListToImageListIndexAsync
(
IUnknown
*
pts
,
IShellFolder
*
psf
,
LPCITEMIDLIST
pidl
,
UINT
flags
,
void
*
pfn
,
void
*
pvData
,
void
*
pvHint
,
int
*
piIndex
,
int
*
piIndexSel
)
{
FIXME
(
"(%p, %p, %p, 0x%08x, %p, %p, %p, %p, %p)
\n
"
,
pts
,
psf
,
pidl
,
flags
,
pfn
,
pvData
,
pvHint
,
piIndex
,
piIndexSel
);
return
E_FAIL
;
}
/*************************************************************************
* Shell_GetCachedImageIndex [SHELL32.72]
*
*/
...
...
dlls/shell32/shell32.spec
View file @
bab2ddb7
...
...
@@ -136,6 +136,7 @@
145 stdcall -noname PathFindOnPath(ptr ptr) PathFindOnPathAW
146 stdcall -noname RLBuildListOfPaths()
147 stdcall -noname SHCLSIDFromString(long long) SHCLSIDFromStringAW
148 stdcall -noname SHMapIDListToImageListIndexAsync(ptr ptr ptr long ptr ptr ptr ptr ptr)
149 stdcall -noname SHFind_InitMenuPopup(long long long long)
151 stdcall -noname SHLoadOLE(long)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment