.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_SetPtr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_SetPtr\fR (COMCTL32.335) .SH SYNOPSIS BOOL DPA_SetPtr ( const HDPA \fIhdpa\fR, INT \fIi\fR, LPVOID \fIp\fR ) .SH DESCRIPTION .PP Sets a pointer in the pointer array. .SH PARAMS \fIhdpa\fR \fB[In]\fR handle (pointer) to the pointer array. .PP \fIi\fR \fB[In]\fR index of the pointer that will be set. .PP \fIp\fR \fB[In]\fR pointer to be set. .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.