mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:43:04 +00:00
[0.4.14][SHELL32] Properly enumerate virtual shell folders (on files) as fake folders
part of the fix for CORE-16908 "Unable to select a Zip file for sending with Common Open Dialog" which was unhidden by 0.4.9-dev-632-gda6a46c6ac
fix cherry-picked from commit 0.4.15-dev-252-gf379a29606
This commit is contained in:
parent
b217260f87
commit
e13ff4aeb8
2 changed files with 99 additions and 2 deletions
|
@ -53,6 +53,7 @@ HRESULT WINAPI IsQSForward(REFGUID pguidCmdGroup,ULONG cCmds, OLECMD *prgCmds);
|
|||
BOOL WINAPI SHIsChildOrSelf(HWND hParent, HWND hChild);
|
||||
HRESULT WINAPI SHForwardContextMenuMsg(IUnknown* pUnk, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* pResult, BOOL useIContextMenu2);
|
||||
|
||||
HRESULT WINAPI SHRegGetCLSIDKeyW(REFGUID guid, LPCWSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKEY phKey);
|
||||
|
||||
BOOL WINAPI SHAddDataBlock(LPDBLIST* lppList, const DATABLOCK_HEADER *lpNewItem);
|
||||
BOOL WINAPI SHRemoveDataBlock(LPDBLIST* lppList, DWORD dwSignature);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue