.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DSA_GetItemPtr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDSA_GetItemPtr\fR (COMCTL32.323) .SH SYNOPSIS LPVOID DSA_GetItemPtr ( const HDSA \fIhdsa\fR, INT \fInIndex\fR ) .SH DESCRIPTION .PP Retrieves a pointer to the specified item. .SH PARAMS \fIhdsa\fR \fB[In]\fR pointer to the array control structure. .PP \fInIndex\fR \fB[In]\fR index of the desired item. .PP .SH RETURNS .PP \fBSuccess:\fR pointer to an item .PP \fBFailure:\fR \fBNULL\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.