The DirectSoundCaptureEnumerate function enumerates the DirectSoundCapture objects installed in the system.
HRESULT DirectSoundCaptureEnumerate( LPDSENUMCALLBACK lpDSEnumCallback, LPVOID lpContext );
If the function succeeds, it returns DS_OK. If it fails, the return value may be DSERR_INVALIDPARAM.
Header: Declared in Dsound.h.
Import Library: Use Dsound.lib.