Home
last modified time | relevance | path

Searched refs:IDvdCmd (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h567 typedef struct IDvdCmd IDvdCmd; typedef
7396 struct IDvdCmd : public IUnknown { struct
7404 HRESULT (WINAPI *QueryInterface)(IDvdCmd *This,REFIID riid,void **ppvObject);
7405 ULONG (WINAPI *AddRef)(IDvdCmd *This);
7406 ULONG (WINAPI *Release)(IDvdCmd *This);
7407 HRESULT (WINAPI *WaitForStart)(IDvdCmd *This);
7408 HRESULT (WINAPI *WaitForEnd)(IDvdCmd *This);
7411 struct IDvdCmd { struct
7422 HRESULT WINAPI IDvdCmd_WaitForStart_Proxy(IDvdCmd *This);
7424 HRESULT WINAPI IDvdCmd_WaitForEnd_Proxy(IDvdCmd *This);
[all …]