Even without a CMINVOKECOMMANDINFOEX structure a link should be executed with the supplied parameters

See issue #4323 for more details.

svn path=/trunk/; revision=42557
This commit is contained in:
Gregor Schneider 2009-08-09 12:07:21 +00:00
parent 216c94033d
commit a5dfb6bd53

View file

@ -2816,6 +2816,10 @@ ShellLink_InvokeCommand( IContextMenu* iface, LPCMINVOKECOMMANDINFO lpici )
wcscat( args, iciex->lpParametersW );
}
}
else if (This->sArgs != NULL)
{
args = This->sArgs;
}
memset( &sei, 0, sizeof sei );
sei.cbSize = sizeof sei;