[2/3 v4] shell32: Implement SHCreateItemInKnownFolder.

Jactry Zeng jzeng at codeweavers.com
Sat Aug 12 10:42:43 CDT 2017


Superseded patch 136380.

ChangLog:
v4:
- Using SHCreateItemFromRelativeName() for implementing 
SHCreateItemInKnownFolder();
- Fix a logic error in tests.
v3:
- Load SHGetKnownFolderPath() dynamically.
v2:
- Using SHGetKnownFolderIDList() instead of SHGetKnownFolderPath() and
IShellFolder_ParseDisplayName();
- Add more tests.

Signed-off-by: Jactry Zeng <jzen g at codeweavers.com>
---
  dlls/shell32/shell32.spec      |   1 +
  dlls/shell32/shellitem.c       |  35 +++++++++++++
  dlls/shell32/tests/shlfolder.c | 111 
+++++++++++++++++++++++++++++++++++++++++
  include/shobjidl.idl           |   1 +
  4 files changed, 148 insertions(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-shell32-Implement-SHCreateItemInKnownFolder.txt
Type: text/x-patch
Size: 9984 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170812/dfcc1a43/attachment-0001.bin>


More information about the wine-patches mailing list