Home | History | Annotate | Download | only in include

Lines Matching refs:get_Visible

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