Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
1c958f25
Commit
1c958f25
authored
Jan 07, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ActiveX bindings
parent
acfc0a55
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
activex/axvlc.tlb
activex/axvlc.tlb
+0
-0
activex/axvlc_idl.c
activex/axvlc_idl.c
+1
-1
activex/axvlc_idl.h
activex/axvlc_idl.h
+7
-7
No files found.
activex/axvlc.tlb
View file @
1c958f25
No preview for this file type
activex/axvlc_idl.c
View file @
1c958f25
/*** Autogenerated by WIDL 0.9.2
7
from axvlc.idl - Do not edit ***/
/*** Autogenerated by WIDL 0.9.2
8
from axvlc.idl - Do not edit ***/
#include <rpc.h>
#include <rpcndr.h>
...
...
activex/axvlc_idl.h
View file @
1c958f25
/*** Autogenerated by WIDL 0.9.2
7
from axvlc.idl - Do not edit ***/
/*** Autogenerated by WIDL 0.9.2
8
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment