Showing results for September 20, 2012 - The Old New Thing

Sep 20, 2012
Post comments count0
Post likes count0

How do I invoke a verb on an IShellItemArray?

Raymond Chen
Raymond Chen

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

Code