这个很好解释,看看MSDN函数原型
InvokeHelper第5个参数pbParamInfo
Pointer to a null -terminated string of bytes specifying the types of the parameters following pbParamInfo. For possible values, see the Remarks section for COleDispatchDriver::InvokeHelper.
所以你上面的parms就是对参数类型的说明了。说明了theFile, theFlags, theMediaTypes的类型。刚好是3个。
VTS_BSTR VTS_I4 VTS_BSTR应该是宏,你在编译器里可以看到他们代表什么。http://technet.microsoft.com/zh-cn/library/087e0w00