Scroll to navigation

VarDecAdd(3w) Wine API VarDecAdd(3w)

NAME

VarDecAdd (OLEAUT32.177)

SYNOPSIS

HRESULT VarDecAdd
(
const DECIMAL* pDecLeft,
const DECIMAL* pDecRight,
DECIMAL* pDecOut
)
 

DESCRIPTION

Add one DECIMAL to another.
 

PARAMS

pDecLeft [In] Source.
pDecRight [In] Value to add.
pDecOut [Out] Destination.
 

RETURNS

Success: S_OK.
Failure: DISP_E_OVERFLOW, if the value will not fit in the destination
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/vartype.c".
Debug channel "variant".
Oct 2012 Wine API