.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_GetPtr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_GetPtr\fR (COMCTL32.332) .SH SYNOPSIS LPVOID DPA_GetPtr ( const HDPA \fIhdpa\fR, INT \fInIndex\fR ) .SH DESCRIPTION .PP Retrieves a pointer from a dynamic pointer array. .SH PARAMS \fIhdpa\fR \fB[In]\fR handle (pointer) to the pointer array. .PP \fInIndex\fR \fB[In]\fR array index of the desired pointer. .PP .SH RETURNS .PP \fBSuccess:\fR pointer .PP \fBFailure:\fR \fBNULL\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.