VarDecAbs function

Retrieves the absolute value of a variant of type decimal.

Syntax


HRESULT VarDecAbs(
  _In_  LPDECIMAL pdecIn,
  _Out_ LPDECIMAL pdecResult
);

Parameters

pdecIn [in]

The first variant.

pdecResult [out]

The second variant.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Show: