]> git.sesse.net Git - vlc/commitdiff
Update ActiveX bindings
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Jan 2007 13:23:52 +0000 (13:23 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Jan 2007 13:23:52 +0000 (13:23 +0000)
activex/axvlc.tlb
activex/axvlc_idl.c
activex/axvlc_idl.h

index 83271103230f3d589cda223817c71f15c3277b7d..ddfb4bc910b826aedc3b9a35530d0eca647cf3bd 100644 (file)
Binary files a/activex/axvlc.tlb and b/activex/axvlc.tlb differ
index 17b6b830cc50268faa6077ff59f875211fa4e5aa..d8cc8db8db1b2734be8174e216e336cd18c1b078 100644 (file)
@@ -1,4 +1,4 @@
-/*** Autogenerated by WIDL 0.9.27 from axvlc.idl - Do not edit ***/
+/*** Autogenerated by WIDL 0.9.28 from axvlc.idl - Do not edit ***/
 
 #include <rpc.h>
 #include <rpcndr.h>
index 1623d723a78138cabf3b9cdb33afafbef40651db..05ae006aa4270c2b8006bc193f004afce20cd4a8 100644 (file)
@@ -1,4 +1,4 @@
-/*** Autogenerated by WIDL 0.9.27 from axvlc.idl - Do not edit ***/
+/*** Autogenerated by WIDL 0.9.28 from axvlc.idl - Do not edit ***/
 #include <rpc.h>
 #include <rpcndr.h>
 
@@ -821,10 +821,10 @@ interface IVLCAudio : public IDispatch
         long track) = 0;
 
     virtual HRESULT STDMETHODCALLTYPE get_channel(
-        BSTR* channel) = 0;
+        long* channel) = 0;
 
     virtual HRESULT STDMETHODCALLTYPE put_channel(
-        BSTR channel) = 0;
+        long channel) = 0;
 
 };
 #else
@@ -903,11 +903,11 @@ typedef struct IVLCAudioVtbl {
 
     HRESULT (STDMETHODCALLTYPE *get_channel)(
         IVLCAudio* This,
-        BSTR* channel);
+        long* channel);
 
     HRESULT (STDMETHODCALLTYPE *put_channel)(
         IVLCAudio* This,
-        BSTR channel);
+        long channel);
 
     END_INTERFACE
 } IVLCAudioVtbl;
@@ -996,7 +996,7 @@ void __RPC_STUB IVLCAudio_put_track_Stub(
     DWORD* pdwStubPhase);
 HRESULT CALLBACK IVLCAudio_get_channel_Proxy(
     IVLCAudio* This,
-    BSTR* channel);
+    long* channel);
 void __RPC_STUB IVLCAudio_get_channel_Stub(
     IRpcStubBuffer* This,
     IRpcChannelBuffer* pRpcChannelBuffer,
@@ -1004,7 +1004,7 @@ void __RPC_STUB IVLCAudio_get_channel_Stub(
     DWORD* pdwStubPhase);
 HRESULT CALLBACK IVLCAudio_put_channel_Proxy(
     IVLCAudio* This,
-    BSTR channel);
+    long channel);
 void __RPC_STUB IVLCAudio_put_channel_Stub(
     IRpcStubBuffer* This,
     IRpcChannelBuffer* pRpcChannelBuffer,