.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_CreateEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_CreateEx\fR (COMCTL32.340) .SH SYNOPSIS HDPA DPA_CreateEx ( INT \fInGrow\fR, HANDLE \fIhHeap\fR ) .SH DESCRIPTION .PP Creates a dynamic pointer array using the specified size and heap. .SH PARAMS \fInGrow\fR \fB[In]\fR number of items by which the array grows when it is filled. .PP \fIhHeap\fR \fB[In]\fR handle to the heap where the array is stored. .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 Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/comctl32/dpa.c"\fR. .PP Debug channel \fB"dpa"\fR.