Searched refs:pIViewObject2 (Results 1 – 1 of 1) sorted by relevance
1644 ComSmart< IViewObject2 > pIViewObject2; in GetExtent() local1645 HRESULT hr = m_pDefHandler->QueryInterface( IID_IViewObject2, (void**)&pIViewObject2 ); in GetExtent()1648 if ( SUCCEEDED( hr ) && pIViewObject2 ) in GetExtent()1649 return pIViewObject2->GetExtent( dwDrawAspect, lindex, ptd, lpsizel ); in GetExtent()
Completed in 25 milliseconds