IAMVfwCaptureDialogs  262 3rdparty/include/dshow/strmif.h typedef struct IAMVfwCaptureDialogs IAMVfwCaptureDialogs;
IAMVfwCaptureDialogs 3593 3rdparty/include/dshow/strmif.h   struct IAMVfwCaptureDialogs : public IUnknown {
IAMVfwCaptureDialogs 3602 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMVfwCaptureDialogs *This,REFIID riid,void **ppvObject);
IAMVfwCaptureDialogs 3603 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMVfwCaptureDialogs *This);
IAMVfwCaptureDialogs 3604 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMVfwCaptureDialogs *This);
IAMVfwCaptureDialogs 3605 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *HasDialog)(IAMVfwCaptureDialogs *This,int iDialog);
IAMVfwCaptureDialogs 3606 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ShowDialog)(IAMVfwCaptureDialogs *This,int iDialog,HWND hwnd);
IAMVfwCaptureDialogs 3607 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SendDriverMessage)(IAMVfwCaptureDialogs *This,int iDialog,int uMsg,long dw1,long dw2);
IAMVfwCaptureDialogs 3622 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVfwCaptureDialogs_HasDialog_Proxy(IAMVfwCaptureDialogs *This,int iDialog);
IAMVfwCaptureDialogs 3624 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVfwCaptureDialogs_ShowDialog_Proxy(IAMVfwCaptureDialogs *This,int iDialog,HWND hwnd);
IAMVfwCaptureDialogs 3626 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVfwCaptureDialogs_SendDriverMessage_Proxy(IAMVfwCaptureDialogs *This,int iDialog,int uMsg,long dw1,long dw2);