msiRecordGetInteger 函式 (msiquery.h)
MsiRecordGetInteger 函式會從記錄字段傳回整數值。
語法
int MsiRecordGetInteger(
[in] MSIHANDLE hRecord,
[in] UINT iField
);
參數
[in] hRecord
記錄的句柄。
[in] iField
指定要從中取得值的記錄欄位。
傳回值
如果函式成功,則傳回值是字段的整數值。
備註
如果欄位為 null 或字段是無法轉換成整數的字串, MsiRecordGetInteger 函式會傳回 MSI_NULL_INTEGER 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 |
目標平台 | Windows |
標頭 | msiquery.h |
程式庫 | Msi.lib |
Dll | Msi.dll |