MsiRecordClearData 関数 (msiquery.h)
MsiRecordClearData 関数は、レコード内のすべてのフィールドを null に設定します。
構文
UINT MsiRecordClearData(
[in] MSIHANDLE hRecord
);
パラメーター
[in] hRecord
レコードを処理します。
戻り値
この関数は UINT を返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | 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 Server 2003 または Windows XP の Windows インストーラー |
対象プラットフォーム | Windows |
ヘッダー | msiquery.h |
Library | Msi.lib |
[DLL] | Msi.dll |