DirectSoundEnumerateW (DSOUND.3)
HRESULT DirectSoundEnumerateW ( LPDSENUMCALLBACKW lpDSEnumCallback, LPVOID lpContext )
Enumerate all DirectSound drivers installed in the system.
lpDSEnumCallback | [In] | Address of callback function. |
lpContext | [In] | Address of user defined context passed to callback function. |
Success: DS_OK
Failure: DSERR_INVALIDPARAM
Declared in "include/dsound.h". gitlab.winehq.org/wine/wine/blob/master/include/dsound.h
Implemented in "dlls/dsound/dsound_main.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.