.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_Create 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_Create\fR (COMCTL32.328) .SH SYNOPSIS HDPA DPA_Create ( INT \fInGrow\fR ) .SH DESCRIPTION .PP Creates a dynamic pointer array. .SH PARAMS \fInGrow\fR \fB[In]\fR number of items by which the array grows when it is filled. .PP .SH RETURNS .PP \fBSuccess:\fR handle (pointer) to the pointer array. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP The \fBDPA_\fR functions can be used to create and manipulate arrays of pointers. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/dpa.c"\fR. .PP Debug channel \fB"dpa"\fR.