Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
decada5f
Commit
decada5f
authored
May 18, 2012
by
Christian Costa
Committed by
Alexandre Julliard
May 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmusic: COM cleanup of DirectMusicPort object.
parent
c0dff8ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
dmusic_private.h
dlls/dmusic/dmusic_private.h
+13
-13
port.c
dlls/dmusic/port.c
+0
-0
No files found.
dlls/dmusic/dmusic_private.h
View file @
decada5f
...
...
@@ -144,20 +144,20 @@ struct IDirectMusicDownloadImpl {
* IDirectMusicPortImpl implementation structure
*/
struct
IDirectMusicPortImpl
{
/* IUnknown fields */
const
IDirectMusicPortVtbl
*
lpVtbl
;
const
IDirectMusicPortDownloadVtbl
*
lpDownloadVtbl
;
const
IDirectMusicThruVtbl
*
lpThruVtbl
;
LONG
ref
;
/* IUnknown fields */
IDirectMusicPort
IDirectMusicPort_iface
;
IDirectMusicPortDownload
IDirectMusicPortDownload_iface
;
IDirectMusicThru
IDirectMusicThru_iface
;
LONG
ref
;
/* IDirectMusicPortImpl fields */
IDirectSound
*
pDirectSound
;
IReferenceClock
*
pLatencyClock
;
BOOL
fActive
;
DMUS_PORTCAPS
caps
;
DMUS_PORTPARAMS
params
;
int
nrofgroups
;
DMUSIC_PRIVATE_CHANNEL_GROUP
group
[
1
];
/* IDirectMusicPortImpl fields */
IDirectSound
*
pDirectSound
;
IReferenceClock
*
pLatencyClock
;
BOOL
fActive
;
DMUS_PORTCAPS
caps
;
DMUS_PORTPARAMS
params
;
int
nrofgroups
;
DMUSIC_PRIVATE_CHANNEL_GROUP
group
[
1
];
};
/** Internal factory */
...
...
dlls/dmusic/port.c
View file @
decada5f
This diff is collapsed.
Click to expand it.
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