Commit 1c958f25 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Update ActiveX bindings

parent acfc0a55
No preview for this file type
/*** 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 <rpc.h>
#include <rpcndr.h> #include <rpcndr.h>
......
/*** 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 <rpc.h>
#include <rpcndr.h> #include <rpcndr.h>
...@@ -821,10 +821,10 @@ interface IVLCAudio : public IDispatch ...@@ -821,10 +821,10 @@ interface IVLCAudio : public IDispatch
long track) = 0; long track) = 0;
virtual HRESULT STDMETHODCALLTYPE get_channel( virtual HRESULT STDMETHODCALLTYPE get_channel(
BSTR* channel) = 0; long* channel) = 0;
virtual HRESULT STDMETHODCALLTYPE put_channel( virtual HRESULT STDMETHODCALLTYPE put_channel(
BSTR channel) = 0; long channel) = 0;
}; };
#else #else
...@@ -903,11 +903,11 @@ typedef struct IVLCAudioVtbl { ...@@ -903,11 +903,11 @@ typedef struct IVLCAudioVtbl {
HRESULT (STDMETHODCALLTYPE *get_channel)( HRESULT (STDMETHODCALLTYPE *get_channel)(
IVLCAudio* This, IVLCAudio* This,
BSTR* channel); long* channel);
HRESULT (STDMETHODCALLTYPE *put_channel)( HRESULT (STDMETHODCALLTYPE *put_channel)(
IVLCAudio* This, IVLCAudio* This,
BSTR channel); long channel);
END_INTERFACE END_INTERFACE
} IVLCAudioVtbl; } IVLCAudioVtbl;
...@@ -996,7 +996,7 @@ void __RPC_STUB IVLCAudio_put_track_Stub( ...@@ -996,7 +996,7 @@ void __RPC_STUB IVLCAudio_put_track_Stub(
DWORD* pdwStubPhase); DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_get_channel_Proxy( HRESULT CALLBACK IVLCAudio_get_channel_Proxy(
IVLCAudio* This, IVLCAudio* This,
BSTR* channel); long* channel);
void __RPC_STUB IVLCAudio_get_channel_Stub( void __RPC_STUB IVLCAudio_get_channel_Stub(
IRpcStubBuffer* This, IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer, IRpcChannelBuffer* pRpcChannelBuffer,
...@@ -1004,7 +1004,7 @@ void __RPC_STUB IVLCAudio_get_channel_Stub( ...@@ -1004,7 +1004,7 @@ void __RPC_STUB IVLCAudio_get_channel_Stub(
DWORD* pdwStubPhase); DWORD* pdwStubPhase);
HRESULT CALLBACK IVLCAudio_put_channel_Proxy( HRESULT CALLBACK IVLCAudio_put_channel_Proxy(
IVLCAudio* This, IVLCAudio* This,
BSTR channel); long channel);
void __RPC_STUB IVLCAudio_put_channel_Stub( void __RPC_STUB IVLCAudio_put_channel_Stub(
IRpcStubBuffer* This, IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer, IRpcChannelBuffer* pRpcChannelBuffer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment