共用方式為


VarDecFix 函式 (oleauto.h)

擷取 decimal 類型變體的整數部分。

語法

HRESULT VarDecFix(
  [in]  LPDECIMAL pdecIn,
  [out] LPDECIMAL pdecResult
);

參數

[in] pdecIn

十進位變數。

[out] pdecResult

產生的變體。 如果變異為負數,則會傳回大於或等於變體的第一個負整數。

傳回值

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 oleauto.h
程式庫 OleAut32.lib
Dll OleAut32.dll