DirectSoundCaptureCreate8 (DSOUND.12)
HRESULT DirectSoundCaptureCreate8 ( LPCGUID lpcGUID, LPDIRECTSOUNDCAPTURE8* ppDSC8, LPUNKNOWN pUnkOuter )
Create and initialize a DirectSoundCapture interface.
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. |
Success: DS_OK
Failure: DSERR_NOAGGREGATION, DSERR_ALLOCATED, DSERR_INVALIDPARAM, DSERR_OUTOFMEMORY.
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.
Declared in "include/dsound.h". gitlab.winehq.org/wine/wine/blob/master/include/dsound.h
Implemented in "dlls/dsound/capture.c". gitlab.winehq.org/wine/wine/blob/master/dlls/dsound/capture.c
Debug channel "dsound".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.