Home | History | Annotate | Download | only in dshow

Lines Matching refs:WaitForEnd

7399     virtual HRESULT WINAPI WaitForEnd(void) = 0;
7408 HRESULT (WINAPI *WaitForEnd)(IDvdCmd *This);
7419 #define IDvdCmd_WaitForEnd(This) (This)->lpVtbl->WaitForEnd(This)