.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_DeleteItem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_DeleteItem\fR (COMCTL32.326) .SH SYNOPSIS INT DSA_DeleteItem ( const HDSA \fIhdsa\fR, INT \fInIndex\fR ) .SH DESCRIPTION .PP Deletes the specified item from the array. .SH PARAMS \fIhdsa\fR \fB[In]\fR pointer to the array control structure. .PP \fInIndex\fR \fB[In]\fR index for the element to delete. .PP .SH RETURNS .PP \fBSuccess:\fR number of the deleted element .PP \fBFailure:\fR \fB-1\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/comctl32/dsa.c"\fR. .PP Debug channel \fB"dsa"\fR.