|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | CDirectSoundImpl |
Typedefs | |
| typedef struct CDirectSoundImpl * | LPCDirectSoundImpl |
Variables | |
| static IDirectSound8Vtbl | vt_DirectSound8 |
| typedef struct CDirectSoundImpl * LPCDirectSoundImpl |
| HRESULT WINAPI DirectSoundCreate | ( | LPCGUID | lpcGUID, |
| LPDIRECTSOUND * | ppDS, | ||
| IUnknown * | pUnkOuter | ||
| ) |
Definition at line 494 of file directsound.c.
| HRESULT WINAPI DirectSoundCreate8 | ( | LPCGUID | lpcGUID, |
| LPDIRECTSOUND8 * | ppDS, | ||
| IUnknown * | pUnkOuter | ||
| ) |
Definition at line 504 of file directsound.c.
Referenced by DSEnumCallback(), DSoundRender_create(), getCurrentChannelConfig(), IDirectMusic8Impl_SetDirectSound(), and setCurrentChannelConfig().
| ULONG WINAPI IDirectSound8_fnAddRef | ( | LPDIRECTSOUND8 | iface | ) |
Definition at line 55 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnCompact | ( | LPDIRECTSOUND8 | iface | ) |
Definition at line 249 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnCreateSoundBuffer | ( | LPDIRECTSOUND8 | iface, |
| LPCDSBUFFERDESC | lpcDSBufferDesc, | ||
| LPLPDIRECTSOUNDBUFFER | lplpDirectSoundBuffer, | ||
| IUnknown FAR * | pUnkOuter | ||
| ) |
Definition at line 86 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnDuplicateSoundBuffer | ( | LPDIRECTSOUND8 | iface, |
| LPDIRECTSOUNDBUFFER | lpDsbOriginal, | ||
| LPLPDIRECTSOUNDBUFFER | lplpDsbDuplicate | ||
| ) |
Definition at line 218 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnGetCaps | ( | LPDIRECTSOUND8 | iface, |
| LPDSCAPS | lpDSCaps | ||
| ) |
Definition at line 188 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnGetSpeakerConfig | ( | LPDIRECTSOUND8 | iface, |
| LPDWORD | pdwSpeakerConfig | ||
| ) |
Definition at line 272 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnInitialize | ( | LPDIRECTSOUND8 | iface, |
| LPCGUID | pcGuidDevice | ||
| ) |
Definition at line 302 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnQueryInterface | ( | LPDIRECTSOUND8 | iface, |
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
Definition at line 28 of file directsound.c.
| ULONG WINAPI IDirectSound8_fnRelease | ( | LPDIRECTSOUND8 | iface | ) |
Definition at line 68 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnSetCooperativeLevel | ( | LPDIRECTSOUND8 | iface, |
| HWND | hwnd, | ||
| DWORD | dwLevel | ||
| ) |
Definition at line 229 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnSetSpeakerConfig | ( | LPDIRECTSOUND8 | iface, |
| DWORD | dwSpeakerConfig | ||
| ) |
Definition at line 291 of file directsound.c.
| HRESULT WINAPI IDirectSound8_fnVerifyCertification | ( | LPDIRECTSOUND8 | iface, |
| LPDWORD | pdwCertified | ||
| ) |
Definition at line 364 of file directsound.c.
| HRESULT InternalDirectSoundCreate | ( | LPCGUID | lpcGUID, |
| LPDIRECTSOUND8 * | ppDS, | ||
| IUnknown * | pUnkOuter, | ||
| BOOL | bDirectSound8 | ||
| ) |
Definition at line 400 of file directsound.c.
Referenced by DirectSoundCreate(), and DirectSoundCreate8().
Definition at line 449 of file directsound.c.
|
static |
Definition at line 380 of file directsound.c.
Referenced by InternalDirectSoundCreate(), and NewDirectSound().