Scroll to navigation

VarDecNeg(3w) Wine API VarDecNeg(3w)

NAME

VarDecNeg (OLEAUT32.189)

SYNOPSIS

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

DESCRIPTION

Change the sign of a DECIMAL.
 

PARAMS

pDecIn [In] Source.
pDecOut [Out] Destination.
 

RETURNS

S_OK. This function does not fail.
 

IMPLEMENTATION

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