.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayPtrOfIndex 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayPtrOfIndex\fR (OLEAUT32.148) .SH SYNOPSIS HRESULT SafeArrayPtrOfIndex ( SAFEARRAY* \fIpsa\fR, LONG* \fIrgIndices\fR, void** \fIppvData\fR ) .SH DESCRIPTION .PP Get the address of an item in a SafeArray. .SH PARAMS \fIpsa\fR \fB[In]\fR Array to get the items address from. .PP \fIrgIndices\fR \fB[In]\fR Index of the item in the array. .PP \fIppvData\fR \fB[Out]\fR Destination for item address. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIppvData\fR contains a pointer to the item. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH NOTES .PP This function does not lock the array. .SH NOTES .PP See \fBSafeArray(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/safearray.c"\fR. .PP Debug channel \fB"variant"\fR.