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 <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 <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,