A customer wanted to invoke a command on multiple items at once. I have an IShellItemArray,
and I want to invoke a verb with that array as the parameter.
I know that I can invoke a verb on a single IShellItem
by the code below, but how do I pass an entire array? The function InvokeVerbOnItem
invokes the command by ...