ReactOS
0.4.15-dev-5606-gf34e425
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | CDirectSoundCaptureImpl |
Typedefs | |
typedef struct CDirectSoundCaptureImpl * | LPCDirectSoundCaptureImpl |
Variables | |
static IDirectSoundCaptureVtbl | vt_DirectSoundCapture |
ULONG WINAPI CDirectSoundCapture_fnAddRef | ( | LPDIRECTSOUNDCAPTURE8 | iface | ) |
Definition at line 51 of file capture.c.
HRESULT WINAPI CDirectSoundCapture_fnCreateCaptureBuffer | ( | LPDIRECTSOUNDCAPTURE8 | iface, |
LPCDSCBUFFERDESC | lpcDSBufferDesc, | ||
LPDIRECTSOUNDCAPTUREBUFFER * | ppDSCBuffer, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 85 of file capture.c.
HRESULT WINAPI CDirectSoundCapture_fnGetCaps | ( | LPDIRECTSOUNDCAPTURE8 | iface, |
LPDSCCAPS | pDSCCaps | ||
) |
Definition at line 124 of file capture.c.
HRESULT WINAPI CDirectSoundCapture_fnInitialize | ( | LPDIRECTSOUNDCAPTURE8 | iface, |
LPCGUID | pcGuidDevice | ||
) |
Definition at line 173 of file capture.c.
HRESULT WINAPI CDirectSoundCapture_fnQueryInterface | ( | LPDIRECTSOUNDCAPTURE8 | iface, |
REFIID | riid, | ||
LPVOID * | ppobj | ||
) |
Definition at line 23 of file capture.c.
ULONG WINAPI CDirectSoundCapture_fnRelease | ( | LPDIRECTSOUNDCAPTURE8 | iface | ) |
Definition at line 65 of file capture.c.
HRESULT WINAPI DirectSoundCaptureCreate | ( | LPCGUID | lpcGUID, |
LPDIRECTSOUNDCAPTURE * | ppDSC, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 322 of file capture.c.
HRESULT WINAPI DirectSoundCaptureCreate8 | ( | LPCGUID | lpcGUID, |
LPDIRECTSOUNDCAPTURE8 * | ppDSC8, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 332 of file capture.c.
HRESULT InternalDirectSoundCaptureCreate | ( | LPCGUID | lpcGUID, |
LPDIRECTSOUNDCAPTURE8 * | ppDS, | ||
IUnknown * | pUnkOuter | ||
) |
Definition at line 237 of file capture.c.
Referenced by DirectSoundCaptureCreate(), and DirectSoundCaptureCreate8().
Definition at line 284 of file capture.c.
|
static |
Definition at line 225 of file capture.c.
Referenced by InternalDirectSoundCaptureCreate(), and NewDirectSoundCapture().