DirectSoundCaptureCreate8(3w)
NAME
DirectSoundCaptureCreate8 (DSOUND.12)
SYNOPSIS
HRESULT DirectSoundCaptureCreate8 ( LPCGUID lpcGUID, LPDIRECTSOUNDCAPTURE8* ppDSC8, LPUNKNOWN pUnkOuter )
DESCRIPTION
Create and initialize a DirectSoundCapture interface.
PARAMS
lpcGUID [In] Address of the GUID that identifies the sound capture
device.
lplpDSC [Out] Address of a variable to receive the interface pointer.
pUnkOuter [In] Must be NULL.
RETURNS
Success: DS_OK
Failure: DSERR_NOAGGREGATION, DSERR_ALLOCATED, DSERR_INVALIDPARAM,
DSERR_OUTOFMEMORY.
NOTES
lpcGUID must be one of the values returned from DirectSoundCaptureEnumerate or NULL for the default device or DSDEVID_DefaultCapture or
DSDEVID_DefaultVoiceCapture.
DSERR_ALLOCATED is returned for sound devices that do not support full
duplex.
IMPLEMENTATION
Defined in "dsound.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/dsound/capture.c".
- Debug channel "dsound".