VarDecSub Function
Returns the result of subtracting two variants of type decimal.
HRESULT VarDecSub(
[in] LPDECIMAL pdecLeft,
[in] LPDECIMAL pdecRight,
[out] LPDECIMAL pdecResult
);
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Returns the result of subtracting two variants of type decimal.
HRESULT VarDecSub(
[in] LPDECIMAL pdecLeft,
[in] LPDECIMAL pdecRight,
[out] LPDECIMAL pdecResult
);