VarDecAbs.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

VarDecAbs (OLEAUT32.182)

SYNOPSIS

HRESULT VarDecAbs
 (
  const DECIMAL* pDecIn,
  DECIMAL*       pDecOut
 )

DESCRIPTION

Convert a DECIMAL into its absolute value.

PARAMS

pDecIn [In] Source.

pDecOut [Out] Destination.

RETURNS

S_OK. This function does not fail.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/vartype.c".

Debug channel "variant".