Home | History | Annotate | Download | only in dshow

Lines Matching full:get_visible

543     virtual HRESULT WINAPI get_Visible(long *pVisible) = 0;
593 HRESULT (WINAPI *get_Visible)(IVideoWindow *This,long *pVisible);
645 #define IVideoWindow_get_Visible(This,pVisible) (This)->lpVtbl->get_Visible(This,pVisible)