VarDecMul 函式 (oleauto.h)
將 decimal 類型的兩個變異乘以。
語法
HRESULT VarDecMul(
[in] LPDECIMAL pdecLeft,
[in] LPDECIMAL pdecRight,
[out] LPDECIMAL pdecResult
);
參數
[in] pdecLeft
第一個變體。
[in] pdecRight
第二個變體。
[out] pdecResult
產生的變體。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | oleauto.h |
程式庫 | OleAut32.lib |
Dll | OleAut32.dll |