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 Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer |
目标平台 | Windows |
标头 | msiquery.h |
Library | Msi.lib |
DLL | Msi.dll |