The DirectSoundEnumerate function enumerates the DirectSound drivers installed in the system.
HRESULT DirectSoundEnumerate( 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.