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
b2d39ea5
Commit
b2d39ea5
authored
Apr 01, 2003
by
Rolf Kalbermatter
Committed by
Alexandre Julliard
Apr 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved prototype for SHBindToParent() to shlobj.h.
parent
56e6cd0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
undocshell.h
dlls/shell32/undocshell.h
+0
-6
shlobj.h
include/shlobj.h
+5
-0
No files found.
dlls/shell32/undocshell.h
View file @
b2d39ea5
...
...
@@ -101,12 +101,6 @@ LPITEMIDLIST WINAPI ILCreateFromPathA(LPCSTR path);
LPITEMIDLIST
WINAPI
ILCreateFromPathW
(
LPCWSTR
path
);
LPITEMIDLIST
WINAPI
ILCreateFromPathAW
(
LPCVOID
path
);
HRESULT
WINAPI
SHBindToParent
(
LPCITEMIDLIST
pidl
,
REFIID
riid
,
LPVOID
*
ppv
,
LPCITEMIDLIST
*
ppidlLast
);
/*
string functions
*/
...
...
include/shlobj.h
View file @
b2d39ea5
...
...
@@ -576,6 +576,11 @@ HRESULT WINAPI SHGetSpecialFolderLocation(HWND, INT, LPITEMIDLIST *);
#define CSIDL_FLAG_MASK 0xff00
/****************************************************************************
* SHBindToParent API
*/
HRESULT
WINAPI
SHBindToParent
(
LPCITEMIDLIST
pidl
,
REFIID
riid
,
LPVOID
*
ppv
,
LPCITEMIDLIST
*
ppidlLast
);
/****************************************************************************
* SHDefExtractIcon API
*/
HRESULT
WINAPI
SHDefExtractIconA
(
LPCSTR
pszIconFile
,
int
iIndex
,
UINT
uFlags
,
...
...
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