Searched refs:spValueDest (Results 1 – 1 of 1) sorted by relevance
596 CComQIPtr<IJScriptValueObject, &__uuidof(IJScriptValueObject)> spValueDest(spDispDest); in writeBackOutParameter2() local598 CComQIPtr<IJScriptValueObject> spValueDest(spDispDest); in writeBackOutParameter2() local600 if (spValueDest) in writeBackOutParameter2()603 if( SUCCEEDED( hr= spValueDest->IsOutParam( &varBool) ) in writeBackOutParameter2()605 SUCCEEDED(hr= spValueDest->IsInOutParam( &varBool) ) in writeBackOutParameter2()608 if( SUCCEEDED( spValueDest->Set( CComVariant(), *pSource))) in writeBackOutParameter2()
Completed in 48 milliseconds