1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-13 02:40:52 +02:00

Update ActiveX bindings

This commit is contained in:
Jean-Paul Saman 2007-01-07 13:23:52 +00:00
parent acfc0a55ff
commit 1c958f2501
3 changed files with 8 additions and 8 deletions

Binary file not shown.

View 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 <rpc.h>
#include <rpcndr.h> #include <rpcndr.h>

View 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 <rpc.h>
#include <rpcndr.h> #include <rpcndr.h>
@ -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 {
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(
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(
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,