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: タイプの不一致
このエラーを解決するにはどうすればよいですか?