include: Add IWMPRenderConfig interface to wmprealestate.idl.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2021-02-01 09:29:27 +01:00 committed by Alexandre Julliard
parent 67bce6f1b1
commit 5a45763ebe
1 changed files with 12 additions and 0 deletions

View File

@ -29,3 +29,15 @@ interface IWMPVideoRenderConfig : IUnknown
{
[propput] HRESULT presenterActivate([in] IMFActivate *activate);
}
[
odl,
uuid(959506c1-0314-4ec5-9e61-8528db5e5478),
oleautomation
]
interface IWMPRenderConfig : IUnknown
{
[propput] HRESULT inProcOnly([in] BOOL fInProc);
[propget] HRESULT inProcOnly([out, retval] BOOL *pfInProc);
}