Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 1.51 KB

nf-oleauto-varcymul.md

File metadata and controls

76 lines (60 loc) · 1.51 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.VarCyMul
VarCyMul function (oleauto.h)
Multiplies two variants of type currency.
VarCyMul
VarCyMul function [Automation]
_oa96_VarCyMul
automat.varcymul
oleauto/VarCyMul
automat\varcymul.htm
automat
a7cc06b2-5a19-4ffe-b055-4756a0d305ef
12/05/2018
VarCyMul, VarCyMul function [Automation], _oa96_VarCyMul, automat.varcymul, oleauto/VarCyMul
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
VarCyMul
oleauto/VarCyMul
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
VarCyMul

VarCyMul function

-description

Multiplies two variants of type currency.

-parameters

-param cyLeft [in]

The first variant

-param cyRight [in]

The second variant.

-param pcyResult [out]

The resulting variant.

-returns

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

-remarks

If any of the fields of cyLeft or cyRight is left uninitialized, it may default to a large value causing DISP_E_OVERFLOW.