NAME

DirectSoundCaptureEnumerateA  (DSOUND.7)

SYNOPSIS

 HRESULT DirectSoundCaptureEnumerateA
 (
  LPDSENUMCALLBACKA 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". https://source.winehq.org/source/include/dsound.h

Implemented in "dlls/dsound/dsound_main.c". https://source.winehq.org/source/dlls/dsound/dsound_main.c

Debug channel "dsound".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.