HomeSort by relevance Sort by last modified time
    Searched refs:prcView (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
docobj.h 171 virtual HRESULT WINAPI SetRect(LPRECT prcView) = 0;
172 virtual HRESULT WINAPI GetRect(LPRECT prcView) = 0;
173 virtual HRESULT WINAPI SetRectComplex(LPRECT prcView,LPRECT prcHScroll,LPRECT prcVScroll,LPRECT prcSizeBox) = 0;
191 HRESULT (WINAPI *SetRect)(IOleDocumentView *This,LPRECT prcView);
192 HRESULT (WINAPI *GetRect)(IOleDocumentView *This,LPRECT prcView);
193 HRESULT (WINAPI *SetRectComplex)(IOleDocumentView *This,LPRECT prcView,LPRECT prcHScroll,LPRECT prcVScroll,LPRECT prcSizeBox);
213 #define IOleDocumentView_SetRect(This,prcView) (This)->lpVtbl->SetRect(This,prcView)
214 #define IOleDocumentView_GetRect(This,prcView) (This)->lpVtbl->GetRect(This,prcView)
    [all...]
shdeprecated.h     [all...]
shobjidl.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 156 milliseconds