Maarten Lankhorst : include: Add definitions for IBasicVideo2 interface.

Alexandre Julliard julliard at winehq.org
Thu Jun 19 06:37:19 CDT 2008


Module: wine
Branch: master
Commit: c3806ef6f28e3cd406443d9afadf3a69b9eaf9b3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c3806ef6f28e3cd406443d9afadf3a69b9eaf9b3

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Tue Jun 10 16:47:57 2008 +0200

include: Add definitions for IBasicVideo2 interface.

---

 include/control.idl |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/include/control.idl b/include/control.idl
index 7831640..af8a2f9 100644
--- a/include/control.idl
+++ b/include/control.idl
@@ -173,6 +173,17 @@ interface IBasicVideo : IDispatch
     HRESULT IsUsingDefaultDestination();
 }
 
+[
+    uuid(329bb360-f6ea-11d1-9038-00a0c9697298),
+    helpstring("IBasicVideo2"),
+    odl
+]
+
+interface IBasicVideo2 : IBasicVideo
+{
+    HRESULT GetPreferredAspectRatio([out] LONG *plAspectX, [out] LONG *plAspectY);
+}
+
 
 /*****************************************************************************
  * IMediaEvent interface




More information about the wine-cvs mailing list