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
acd4bc0d
Commit
acd4bc0d
authored
Apr 03, 2003
by
Robert Reif
Committed by
Alexandre Julliard
Apr 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a few missing DX8 definitions.
parent
79673e91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dsound.h
include/dsound.h
+4
-0
No files found.
include/dsound.h
View file @
acd4bc0d
...
...
@@ -53,6 +53,7 @@ typedef struct IDirectSoundBuffer8 IDirectSoundBuffer8,*LPDIRECTSOUNDBUFFER8,**L
DEFINE_GUID
(
IID_IDirectSoundNotify
,
0xB0210783
,
0x89cd
,
0x11d0
,
0xAF
,
0x08
,
0x00
,
0xA0
,
0xC9
,
0x25
,
0xCD
,
0x16
);
typedef
struct
IDirectSoundNotify
IDirectSoundNotify
,
*
LPDIRECTSOUNDNOTIFY
;
#define IID_IDirectSoundNotify8 IID_IDirectSoundNotify
DEFINE_GUID
(
IID_IDirectSound3DListener
,
0x279AFA84
,
0x4981
,
0x11CE
,
0xA5
,
0x21
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xE5
,
0x60
);
typedef
struct
IDirectSound3DListener
IDirectSound3DListener
,
*
LPDIRECTSOUND3DLISTENER
;
...
...
@@ -62,6 +63,8 @@ typedef struct IDirectSound3DBuffer IDirectSound3DBuffer,*LPDIRECTSOUND3DBUFFER;
DEFINE_GUID
(
IID_IDirectSoundCapture
,
0xB0210781
,
0x89CD
,
0x11D0
,
0xAF
,
0x08
,
0x00
,
0xA0
,
0xC9
,
0x25
,
0xCD
,
0x16
);
typedef
struct
IDirectSoundCapture
IDirectSoundCapture
,
*
LPDIRECTSOUNDCAPTURE
;
#define IID_IDirectSoundCapture8 IID_IDirectSoundCapture
typedef
struct
IDirectSoundCapture
IDirectSoundCapture8
,
*
LPDIRECTSOUNDCAPTURE8
;
DEFINE_GUID
(
IID_IDirectSoundCaptureBuffer
,
0xB0210782
,
0x89CD
,
0x11D0
,
0xAF
,
0x08
,
0x00
,
0xA0
,
0xC9
,
0x25
,
0xCD
,
0x16
);
typedef
struct
IDirectSoundCaptureBuffer
IDirectSoundCaptureBuffer
,
*
LPDIRECTSOUNDCAPTUREBUFFER
;
...
...
@@ -71,6 +74,7 @@ typedef struct IDirectSoundCaptureBuffer8 IDirectSoundCaptureBuffer8,*LPDIRECTSO
DEFINE_GUID
(
IID_IDirectSoundFullDuplex
,
0xEDCB4C7A
,
0xDAAB
,
0x4216
,
0xA4
,
0x2E
,
0x6C
,
0x50
,
0x59
,
0x6D
,
0xDC
,
0x1D
);
typedef
struct
IDirectSoundFullDuplex
IDirectSoundFullDuplex
,
*
LPDIRECTSOUNDFULLDUPLEX
;
#define IID_IDirectSoundFullDuplex8 IID_IDirectSoundFullDuplex
DEFINE_GUID
(
IID_IKsPropertySet
,
0x31EFAC30
,
0x515C
,
0x11D0
,
0xA9
,
0xAA
,
0x00
,
0xAA
,
0x00
,
0x61
,
0xBE
,
0x93
);
typedef
struct
IKsPropertySet
IKsPropertySet
,
*
LPKSPROPERTYSET
;
...
...
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