.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_SetItem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_SetItem\fR (COMCTL32.325) .SH SYNOPSIS BOOL DSA_SetItem ( const HDSA \fIhdsa\fR, INT \fInIndex\fR, LPVOID \fIpSrc\fR ) .SH DESCRIPTION .PP Sets the contents of an item in the array. .SH PARAMS \fIhdsa\fR \fB[In]\fR pointer to the array control structure. .PP \fInIndex\fR \fB[In]\fR index for the item. .PP \fIpSrc\fR \fB[In]\fR pointer to the new item data. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\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.