Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_Width

547     virtual HRESULT WINAPI get_Width(long *pWidth) = 0;
597 HRESULT (WINAPI *get_Width)(IVideoWindow *This,long *pWidth);
649 #define IVideoWindow_get_Width(This,pWidth) (This)->lpVtbl->get_Width(This,pWidth)