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:
parent
67bce6f1b1
commit
5a45763ebe
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue