Home | History | Annotate | Download | only in include

Lines Matching refs:fShow

437     virtual HRESULT WINAPI OnShowWindow(WINBOOL fShow) = 0;
450 HRESULT (WINAPI *OnShowWindow)(IOleClientSite *This,WINBOOL fShow);
465 #define IOleClientSite_OnShowWindow(This,fShow) (This)->lpVtbl->OnShowWindow(This,fShow)
477 HRESULT WINAPI IOleClientSite_OnShowWindow_Proxy(IOleClientSite *This,WINBOOL fShow);