Module: wine Branch: master Commit: 7fa1c9d024231847c3385a82d478a7b9f59b32cc URL: http://source.winehq.org/git/wine.git/?a=commit;h=7fa1c9d024231847c3385a82d4...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Wed Apr 9 11:44:46 2008 -0700
include: Add ISeekingPassThru interface.
---
include/axextend.idl | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/axextend.idl b/include/axextend.idl index f262f3a..03ca187 100644 --- a/include/axextend.idl +++ b/include/axextend.idl @@ -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); +}