Commit 5a45763e authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add IWMPRenderConfig interface to wmprealestate.idl.

parent 67bce6f1
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment