table of contents
other versions
- wheezy 1.4.1-4
DirectSoundCaptureEnumerateA(3w) | Wine API | DirectSoundCaptureEnumerateA(3w) |
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_INVALIDPARAMIMPLEMENTATION¶
Declared in "dsound.h". Implemented in "dlls/dsound/dsound_main.c". Debug channel "dsound".Oct 2012 | Wine API |