【发布时间】:2019-09-06 11:33:38
【问题描述】:
我有一个来自 COM 对象的函数 GetPoints
/* DISPID=21 */
/* VT_PTR [26] */
function GetPoints(
/* VT_BSTR [8] [in] */ $WhereClause,
/* VT_PTR [26] [in] --> ? [29] */ &$pAsynchStatus )
当我调用函数时:
$this->PIserver->GetPoints((string) "tag = 'P260*'")
我收到com_exception:
未捕获的 com_exception:参数 0:类型不匹配
我可以做些什么来解决这个错误?
【问题讨论】: