msisummaryInfoGetPropertyCount 函数 (msiquery.h)
MsiSummaryInfoGetPropertyCount 函数返回摘要信息流中现有属性的数目。
语法
UINT MsiSummaryInfoGetPropertyCount(
[in] MSIHANDLE hSummaryInfo,
[out] PUINT puiPropertyCount
);
参数
[in] hSummaryInfo
摘要信息的句柄。
[out] puiPropertyCount
接收总属性计数的位置。
返回值
此函数返回 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 |