Home | History | Annotate | Download | only in dshow

Lines Matching refs:GoUp

7060     virtual HRESULT WINAPI GoUp(void) = 0;
7102 HRESULT (WINAPI *GoUp)(IDvdControl *This);
7146 #define IDvdControl_GoUp(This) (This)->lpVtbl->GoUp(This)