include: Add ISeekingPassThru interface.

oldstable
Maarten Lankhorst 2008-04-09 11:44:46 -07:00 committed by Alexandre Julliard
parent 2734e6332c
commit 7fa1c9d024
1 changed files with 10 additions and 0 deletions

View File

@ -982,3 +982,13 @@ interface IKsPropertySet : IUnknown
[out] DWORD *pTypeSupport);
}
cpp_quote("#endif /* _IKsPropertySet_ */")
[
object,
uuid(36b73883-c2c8-11cf-8b46-00805f6cef60),
pointer_default(unique)
]
interface ISeekingPassThru : IUnknown
{
HRESULT Init( [in] BOOL bSupportRendering, [in] IPin *pPin);
}