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