Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 1.37 KB

nf-oleauto-vardecadd.md

File metadata and controls

72 lines (58 loc) · 1.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oleauto.VarDecAdd
VarDecAdd function (oleauto.h)
Adds two variants of type decimal.
VarDecAdd
VarDecAdd function [Automation]
_oa96_VarDecAdd
automat.vardecadd
oleauto/VarDecAdd
automat\vardecadd.htm
automat
67d7083f-2e1c-4d3f-9ba0-333bd5794681
12/05/2018
VarDecAdd, VarDecAdd function [Automation], _oa96_VarDecAdd, automat.vardecadd, oleauto/VarDecAdd
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
VarDecAdd
oleauto/VarDecAdd
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
VarDecAdd

VarDecAdd function

-description

Adds two variants of type decimal.

-parameters

-param pdecLeft [in]

The first variant.

-param pdecRight [in]

The second variant.

-param pdecResult [out]

The resulting variant.

-returns

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