Scroll to navigation

DirectSoundCaptureEnumerateW(3w) Wine API DirectSoundCaptureEnumerateW(3w)

NAME

DirectSoundCaptureEnumerateW (DSOUND.8)

SYNOPSIS

HRESULT DirectSoundCaptureEnumerateW
(
LPDSENUMCALLBACKW lpDSEnumCallback,
LPVOID lpContext
)
 

DESCRIPTION

Enumerate all DirectSound drivers installed in the system.
 

PARAMS

lpDSEnumCallback [In] Address of callback function.
lpContext [In] Address of user defined context passed to callback function.
 

RETURNS

Success: DS_OK
Failure: DSERR_INVALIDPARAM
 

IMPLEMENTATION

Declared in "dsound.h".
Implemented in "dlls/dsound/dsound_main.c".
Debug channel "dsound".
Oct 2012 Wine API