MsiRecordIsNull 関数 (msiquery.h)

MsiRecordIsNull 関数は、null レコード フィールドを報告します。

構文

BOOL MsiRecordIsNull(
  [in] MSIHANDLE hRecord,
  [in] UINT      iField
);

パラメーター

[in] hRecord

レコードを処理します。

[in] iField

チェックするフィールドを指定します。

戻り値

この関数は BOOL を返します。

注釈

iField パラメーターは 1 (1) に基づいています。

要件

要件
サポートされている最小のクライアント 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

こちらもご覧ください

レコード処理関数