Home | History | Annotate | Download | only in include

Lines Matching refs:pVisible

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)
699 HRESULT WINAPI IVideoWindow_get_Visible_Proxy(IVideoWindow *This,__LONG32 *pVisible);