.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_InsertItem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_InsertItem\fR (COMCTL32.324) .SH SYNOPSIS INT DSA_InsertItem ( const HDSA \fIhdsa\fR, INT \fInIndex\fR, LPVOID \fIpSrc\fR ) .SH DESCRIPTION .PP Inserts an item into the array at the specified index. .SH PARAMS \fIhdsa\fR \fB[In]\fR pointer to the array control structure. .PP \fInIndex\fR \fB[In]\fR index for the new item. .PP \fIpSrc\fR \fB[In]\fR pointer to the element. .PP .SH RETURNS .PP \fBSuccess:\fR position of the new item .PP \fBFailure:\fR \fB-1\fR .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/dsa.c"\fR. .PP Debug channel \fB"dsa"\fR.