c++调用摄像头的sdk的一些问题 调用activex插件

2025-01-03 21:18:10
推荐回答(2个)
回答1:

这个很好解释,看看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个。

回答2:

VTS_BSTR VTS_I4 VTS_BSTR应该是宏,你在编译器里可以看到他们代表什么。http://technet.microsoft.com/zh-cn/library/087e0w00