.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayCreateVectorEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayCreateVectorEx\fR (OLEAUT32.411) .SH SYNOPSIS SAFEARRAY* SafeArrayCreateVectorEx ( VARTYPE \fIvt\fR, LONG \fIlLbound\fR, ULONG \fIcElements\fR, LPVOID \fIpvExtra\fR ) .SH DESCRIPTION .PP Create a one dimensional, contiguous SafeArray. .SH PARAMS \fIvt\fR \fB[In]\fR Type to store in the safe array. .PP \fIlLbound\fR \fB[In]\fR Lower bound of the array. .PP \fIcElements\fR \fB[In]\fR Number of elements in the array. .PP \fIpvExtra\fR \fB[In]\fR Extra data. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to a new array object. .PP \fBFailure:\fR \fBNULL\fR, if any parameter is invalid or memory allocation fails. .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.