mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
eb58e1d597
ntdll where necessary.
18 lines
659 B
Python
18 lines
659 B
Python
name dsound
|
|
type win32
|
|
|
|
import winmm.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|
|
|
|
debug_channels (dsound)
|
|
|
|
0 stub DirectSoundUnknown
|
|
1 stdcall DirectSoundCreate(ptr ptr ptr) DirectSoundCreate
|
|
2 stdcall DirectSoundEnumerateA(ptr ptr) DirectSoundEnumerateA
|
|
3 stdcall DirectSoundEnumerateW(ptr ptr) DirectSoundEnumerateW
|
|
4 stdcall DllCanUnloadNow() DSOUND_DllCanUnloadNow
|
|
5 stdcall DllGetClassObject(ptr ptr ptr) DSOUND_DllGetClassObject
|
|
6 stdcall DirectSoundCaptureCreate(ptr ptr ptr) DirectSoundCaptureCreate
|
|
7 stdcall DirectSoundCaptureEnumerateA(ptr ptr) DirectSoundCaptureEnumerateA
|
|
8 stdcall DirectSoundCaptureEnumerateW(ptr ptr) DirectSoundCaptureEnumerateW
|