Home
last modified time | relevance | path

Searched refs:pdispValueObj (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/activex/main/
H A DSOActiveX.cpp605 CComPtr<IDispatch> pdispValueObj; in CreateFrameOldWay() local
606 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()