Description
Using : reactos-bootcd-0.4.15-dev-4946-ge9a129c-x86-gcc-lin-dbg
Right click on Start Menu
The 3 last items : "Properties", "Open all users", "Explore all users" fails with
err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 182l
err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 183l
err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 184l
while they are supposed to be implemented in ExecContextMenuCmd() (ID_SHELL_CMD_PROPERTIES, ID_SHELL_CMD_OPEN_ALL_USERS, ID_SHELL_CMD_EXPLORE_ALL_USERS) : https://github.com/reactos/reactos/blob/fe777bb52f67921b26bf5791b06a5c712f5be3f6/base/shell/explorer/traywnd.cpp#L580
Problem comes from
if ((uiCmdId >= ID_SHELL_CMD_FIRST) && (uiCmdId <= ID_SHELL_CMD_LAST)) |
in base/shell/explorer/startctxmnu.cpp:188