.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayPutElement 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayPutElement\fR (OLEAUT32.26) .SH SYNOPSIS HRESULT SafeArrayPutElement ( SAFEARRAY* \fIpsa\fR, LONG* \fIrgIndices\fR, void* \fIpvData\fR ) .SH DESCRIPTION .PP Put an item into a SafeArray. .SH PARAMS \fIpsa\fR \fB[In]\fR SafeArray to insert into. .PP \fIrgIndices\fR \fB[In]\fR Indices to insert at. .PP \fIpvData\fR \fB[In]\fR Data to insert. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. The item is inserted .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .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.