DirectSoundCaptureEnumerateA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "dsound.h".

Implemented in "dlls/dsound/capture.c".

Debug channel "dsound".