.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayGetVartype 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayGetVartype\fR (OLEAUT32.77) .SH SYNOPSIS HRESULT SafeArrayGetVartype ( SAFEARRAY* \fIpsa\fR, VARTYPE* \fIpvt\fR ) .SH DESCRIPTION .PP Get the type of the items in a SafeArray. .SH PARAMS \fIpsa\fR \fB[In]\fR Array to get the type from. .PP \fIpvt\fR \fB[Out]\fR Destination for the type. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpvt\fR contains the type of the items. .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.