VarDecMul function
Multiplies two variants of type decimal.
Syntax
HRESULT VarDecMul( _In_ LPDECIMAL pdecLeft, _In_ LPDECIMAL pdecRight, _Out_ LPDECIMAL pdecResult );
Parameters
- pdecLeft [in]
-
The first variant.
- pdecRight [in]
-
The second variant.
- pdecResult [out]
-
The resulting variant.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: