.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_DeletePtr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_DeletePtr\fR (COMCTL32.336) .SH SYNOPSIS LPVOID DPA_DeletePtr ( const HDPA \fIhdpa\fR, INT \fIi\fR ) .SH DESCRIPTION .PP Removes a pointer from 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 deleted. .PP .SH RETURNS .PP \fBSuccess:\fR deleted 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.