Home | History | Annotate | Download | only in include

Lines Matching refs:fShow

174     virtual HRESULT WINAPI Show(WINBOOL fShow) = 0;
194 HRESULT (WINAPI *Show)(IOleDocumentView *This,WINBOOL fShow);
216 #define IOleDocumentView_Show(This,fShow) (This)->lpVtbl->Show(This,fShow)
237 HRESULT WINAPI IOleDocumentView_Show_Proxy(IOleDocumentView *This,WINBOOL fShow);