.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DirectSoundEnumerateA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDirectSoundEnumerateA\fR (DSOUND.2) .SH SYNOPSIS HRESULT DirectSoundEnumerateA ( LPDSENUMCALLBACKA \fIlpDSEnumCallback\fR, LPVOID \fIlpContext\fR ) .SH DESCRIPTION .PP Enumerate all DirectSound drivers installed in the system. .SH PARAMS \fIlpDSEnumCallback\fR \fB[In]\fR Address of callback function. .PP \fIlpContext\fR \fB[In]\fR Address of user defined context passed to callback function. .PP .SH RETURNS .PP \fBSuccess:\fR \fBDS_OK\fR .PP \fBFailure:\fR \fBDSERR_INVALIDPARAM\fR .SH IMPLEMENTATION .PP Declared in \fB"dsound.h"\fR. .PP Implemented in \fB"dlls/dsound/dsound_main.c"\fR. .PP Debug channel \fB"dsound"\fR.