Platform SDK: Automation

VarDecMul

Returns the result of multiplying two variants of type decimal.

HRESULT VarDecMul( 
  LPDECIMAL  pdecLeft,         
  LPDECIMAL  pdecRight,  
  LPDECIMAL  pdecResult
);
 

Parameters

pdecLeft
[in] Points to the first decimal variant.
pdecRight
[in] Points to the second decimal variant.
pdecResult
[out] Points to the result, a variant of type decimal.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Oleauto.h.
  Library: Use Oleaut32.lib.