[SHELL] Add SHOpenFolderAndSelectItems to shlobj.h.

This commit is contained in:
Thomas Faber
2019-11-30 11:02:06 +01:00
parent e410a12242
commit aee6cbc50a
4 changed files with 9 additions and 16 deletions

View File

@@ -2769,13 +2769,6 @@ INT_PTR CALLBACK ExtendedShortcutProc(HWND hwndDlg, UINT uMsg,
return FALSE;
}
EXTERN_C HRESULT
WINAPI
SHOpenFolderAndSelectItems(LPITEMIDLIST pidlFolder,
UINT cidl,
PCUITEMID_CHILD_ARRAY apidl,
DWORD dwFlags);
/**************************************************************************
* SH_GetTargetTypeByPath
*