Home | History | Annotate | Download | only in dshow

Lines Matching refs:Visible

542     virtual HRESULT WINAPI put_Visible(long Visible) = 0;
592 HRESULT (WINAPI *put_Visible)(IVideoWindow *This,long Visible);
644 #define IVideoWindow_put_Visible(This,Visible) (This)->lpVtbl->put_Visible(This,Visible)
697 HRESULT WINAPI IVideoWindow_put_Visible_Proxy(IVideoWindow *This,long Visible);