VarDecDiv function

Divides two variants of type decimal.

Syntax


HRESULT VarDecDiv(
  _In_  LPDECIMAL pdecLeft,
  _In_  LPDECIMAL pdecRight,
  _Out_ LPDECIMAL pdecResult
);

Parameters

pdecLeft [in]

The first decimal variant.

pdecRight [in]

The second decimal variant.

pdecResult [out]

The resulting decimal variant.

Return value

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

Requirements

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Show: