.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_DestroyCallback 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_DestroyCallback\fR (COMCTL32.388) .SH SYNOPSIS void DSA_DestroyCallback ( HDSA \fIhdsa\fR, PFNDSAENUMCALLBACK \fIenumProc\fR, LPVOID \fIlParam\fR ) .SH DESCRIPTION .PP Enumerates all items in a dynamic storage array and destroys it. .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 Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/dsa.c"\fR. .PP Debug channel \fB"dsa"\fR.