Searched refs:nMSAspect (Results 1 – 1 of 1) sorted by relevance
1122 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in SetExtent() local1125 HRESULT hr = m_pNativeImpl->m_pOleObject->SetExtent( nMSAspect, &aSize ); in SetExtent()1144 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetExtent() local1148 if ( nMSAspect == DVASPECT_CONTENT ) in GetExtent()1157 aFormat.dwAspect = nMSAspect; in GetExtent()1226 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetCachedExtent() local1229 HRESULT hr = m_pNativeImpl->m_pViewObject2->GetExtent( nMSAspect, -1, NULL, &aSize ); in GetCachedExtent()1252 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetReccomendedExtent() local1254 HRESULT hr = m_pNativeImpl->m_pOleObject->GetExtent( nMSAspect, &aSize ); in GetReccomendedExtent()
Completed in 15 milliseconds