Searched refs:pdispValueObj (Results 1 – 1 of 1) sorted by relevance
605 CComPtr<IDispatch> pdispValueObj; in CreateFrameOldWay() local606 hr = GetIDispByFunc( mpDispFactory, L"Bridge_GetValueObject", NULL, 0, pdispValueObj ); in CreateFrameOldWay()607 if( !SUCCEEDED( hr ) || !pdispValueObj ) return hr; in CreateFrameOldWay()614 hr = ExecuteFunc( pdispValueObj, L"Set", aValueArgs, 2, &dummyResult ); in CreateFrameOldWay()617 CComVariant aValueObj( pdispValueObj ); in CreateFrameOldWay()