include: Add IAMVfwCaptureDialogs declaration.

oldstable
Michael Stefaniuc 2015-07-27 09:25:46 +02:00 committed by Alexandre Julliard
parent 9562e81810
commit 7f1a5d4678
1 changed files with 20 additions and 0 deletions

View File

@ -1258,3 +1258,23 @@ interface IAMGraphBuilderCallback : IUnknown
HRESULT CreatedFilter(
[in] IBaseFilter *pFil);
};
[
local,
object,
uuid(d8d715a0-6e5e-11d0-b3f0-00aa003761c5),
pointer_default(unique)
]
interface IAMVfwCaptureDialogs : IUnknown
{
HRESULT HasDialog(
[in] int dialog);
HRESULT ShowDialog(
[in] int dialog,
[in] HWND hwnd);
HRESULT SendDriverMessage(
[in] int dialog,
[in] int msg,
[in] long data1,
[in] long data2);
};