.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarDecAbs 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarDecAbs\fR (OLEAUT32.182) .SH SYNOPSIS HRESULT VarDecAbs ( const DECIMAL* \fIpDecIn\fR, DECIMAL* \fIpDecOut\fR ) .SH DESCRIPTION .PP Convert a \fBDECIMAL\fR into its absolute value. .SH PARAMS \fIpDecIn\fR \fB[In]\fR Source. .PP \fIpDecOut\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBS_OK\fR. This function does not fail. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.