.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_Grow 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_Grow\fR (COMCTL32.330) .SH SYNOPSIS BOOL DPA_Grow ( HDPA \fIhdpa\fR, INT \fInGrow\fR ) .SH DESCRIPTION .PP Sets the growth amount. .SH PARAMS \fIhdpa\fR \fB[In]\fR handle (pointer) to the existing (source) pointer array. .PP \fInGrow\fR \fB[In]\fR number of items by which the array grows when it's too small. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/dpa.c"\fR. .PP Debug channel \fB"dpa"\fR.