mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SHLWAPI] -Addendum to 75533. Pass the id offset to IContextMenu::InvokeCommand. Fixes launching applications from the start menu. CORE-13680
svn path=/trunk/; revision=75561
This commit is contained in:
@@ -3501,7 +3501,7 @@ HRESULT WINAPI SHInvokeCommand(HWND hWnd, IShellFolder* lpFolder, LPCITEMIDLIST
|
||||
cmIci.cbSize = sizeof(cmIci);
|
||||
cmIci.fMask = CMIC_MASK_ASYNCOK;
|
||||
cmIci.hwnd = hWnd;
|
||||
cmIci.lpVerb = MAKEINTRESOURCEA(dwCommandId);
|
||||
cmIci.lpVerb = MAKEINTRESOURCEA(dwCommandId - 1);
|
||||
cmIci.nShow = SW_SHOWNORMAL;
|
||||
|
||||
hRet = IContextMenu_InvokeCommand(iContext, &cmIci);
|
||||
|
||||
Reference in New Issue
Block a user