.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_EnumCallback 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_EnumCallback\fR (COMCTL32.387) .SH SYNOPSIS VOID DSA_EnumCallback ( HDSA \fIhdsa\fR, PFNDSAENUMCALLBACK \fIenumProc\fR, LPVOID \fIlParam\fR ) .SH DESCRIPTION .PP Enumerates all items in a dynamic storage array. .SH PARAMS \fIhdsa\fR \fB[In]\fR handle to the dynamic storage array. .PP \fIenumProc\fR \fB[In]\fR \fB.\fR .PP \fIlParam\fR \fB[In]\fR \fB.\fR .PP .SH RETURNS .PP none .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/comctl32/dsa.c"\fR. .PP Debug channel \fB"dsa"\fR.