我有一个GetPoints
来自 COM 对象的函数
/* 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:类型不匹配
我能做些什么来解决这个错误?