MsiGetDatabaseState 函数 (msiquery.h)
MsiGetDatabaseState 函数返回数据库的状态。
语法
MSIDBSTATE MsiGetDatabaseState(
[in] MSIHANDLE hDatabase
);
参数
[in] hDatabase
从 MsiOpenDatabase 获取的数据库的句柄。
返回值
此函数返回 MSIDBSTATE。
注解
MsiGetDatabaseState 函数返回数据库的更新状态。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 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 |