Prefer SEE_MASK_IDLIST, since that one is actually implemented in shell32...

svn path=/trunk/; revision=13471
This commit is contained in:
Gé van Geldorp 2005-02-08 22:23:05 +00:00
parent 183a36f0fb
commit d45db8b732

View file

@ -1254,7 +1254,7 @@ void StartMenu::ActivateEntry(int id, const ShellEntrySet& entries)
SHELLEXECUTEINFO shexinfo; SHELLEXECUTEINFO shexinfo;
shexinfo.cbSize = sizeof(SHELLEXECUTEINFO); shexinfo.cbSize = sizeof(SHELLEXECUTEINFO);
shexinfo.fMask = SEE_MASK_INVOKEIDLIST; // SEE_MASK_IDLIST is also possible. shexinfo.fMask = SEE_MASK_IDLIST; // SEE_MASK_INVOKEIDLIST is also possible.
shexinfo.hwnd = hparent; shexinfo.hwnd = hparent;
shexinfo.lpVerb = NULL; shexinfo.lpVerb = NULL;
shexinfo.lpFile = NULL; shexinfo.lpFile = NULL;