Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.47 KB

nf-oleauto-varcyint.md

File metadata and controls

68 lines (56 loc) · 1.47 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.VarCyInt
VarCyInt function (oleauto.h)
Retrieves the integer portion of a variant of type currency. (VarCyInt)
VarCyInt
VarCyInt function [Automation]
_oa96_VarCyInt
automat.varcyint
oleauto/VarCyInt
automat\varcyint.htm
automat
234c8407-93c9-49bd-aae7-d526d5f5e34c
12/05/2018
VarCyInt, VarCyInt function [Automation], _oa96_VarCyInt, automat.varcyint, oleauto/VarCyInt
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
VarCyInt
oleauto/VarCyInt
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
VarCyInt

VarCyInt function

-description

Retrieves the integer portion of a variant of type currency.

-parameters

-param cyIn [in]

The currency variant.

-param pcyResult [out]

The resulting variant. If the variant is negative then the first negative integer less than or equal to the variant is returned.

-returns

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