次の方法で共有


MsiRecordGetInteger 関数 (msiquery.h)

MsiRecordGetInteger 関数は、レコード フィールドから整数値を返します。

構文

int MsiRecordGetInteger(
  [in] MSIHANDLE hRecord,
  [in] UINT      iField
);

パラメーター

[in] hRecord

レコードを処理します。

[in] iField

値の取得元となるレコードのフィールドを指定します。

戻り値

関数が成功した場合、戻り値はフィールドの整数値です。

注釈

MsiRecordGetInteger 関数は、フィールドが null の場合、またはフィールドが整数に変換できない文字列である場合、MSI_NULL_INTEGERを返します。

要件

要件
サポートされている最小のクライアント Windows Server 2012、Windows 8、Windows Server 2008 R2、または Windows 7 の Windows インストーラー 5.0。 Windows Server 2008 または Windows Vista の Windows インストーラー 4.0 または Windows インストーラー 4.5。
対象プラットフォーム Windows
ヘッダー msiquery.h
Library Msi.lib
[DLL] Msi.dll

こちらもご覧ください

レコード処理関数