.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SafeArrayGetLBound 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSafeArrayGetLBound\fR (OLEAUT32.20) .SH SYNOPSIS HRESULT SafeArrayGetLBound ( SAFEARRAY* \fIpsa\fR, UINT \fInDim\fR, LONG* \fIplLbound\fR ) .SH DESCRIPTION .PP Get the lower bound for a given SafeArray dimension. .SH PARAMS \fIpsa\fR \fB[In]\fR Array to get dimension lower bound from. .PP \fInDim\fR \fB[In]\fR The dimension number to get the lower bound of. .PP \fIplLbound\fR \fB[Out]\fR Destination for the lower bound. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. plUbound contains the dimensions lower bound. .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.