Home | History | Annotate | Download | only in dshow

Lines Matching refs:PauseOn

7077     virtual HRESULT WINAPI PauseOn(void) = 0;
7119 HRESULT (WINAPI *PauseOn)(IDvdControl *This);
7163 #define IDvdControl_PauseOn(This) (This)->lpVtbl->PauseOn(This)