Home | History | Annotate | Download | only in include

Lines Matching refs:put_Visible

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