Home | History | Annotate | Download | only in include

Lines Matching refs:SetRect

171     virtual HRESULT WINAPI SetRect(LPRECT prcView) = 0;
191 HRESULT (WINAPI *SetRect)(IOleDocumentView *This,LPRECT prcView);
213 #define IOleDocumentView_SetRect(This,prcView) (This)->lpVtbl->SetRect(This,prcView)