Microsoft DirectX 8.0 (C++) |
Enumerates the DirectSound drivers installed in the system.
HRESULT WINAPI DirectSoundEnumerate( LPDSENUMCALLBACK lpDSEnumCallback, LPVOID lpContext );
If the function succeeds, the return value is DS_OK.
If the function fails, the return value may be DSERR_INVALIDPARAM.
Header: Declared in dsound.h.
Import Library: Use dsound.lib.