.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_Create 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_Create\fR (COMCTL32.320) .SH SYNOPSIS HDSA DSA_Create ( INT \fInSize\fR, INT \fInGrow\fR ) .SH DESCRIPTION .PP Creates a dynamic storage array. .SH PARAMS \fInSize\fR \fB[In]\fR size of the array elements. .PP \fInGrow\fR \fB[In]\fR number of elements by which the array grows when it is filled. .PP .SH RETURNS .PP \fBSuccess:\fR pointer to an array control structure. Use this like a handle. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP The \fBDSA_\fR functions can be used to create and manipulate arrays of fixed-size memory blocks. These arrays can store any kind of data (e.g. strings and icons). .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/dsa.c"\fR. .PP Debug channel \fB"dsa"\fR.