msiRecordGetFieldCount 函数 (msiquery.h)
MsiRecordGetFieldCount 函数返回记录中的字段数。
语法
UINT MsiRecordGetFieldCount(
[in] MSIHANDLE hRecord
);
参数
[in] hRecord
记录的句柄。
返回值
如果函数成功,则返回值为记录中的字段数。
注解
MsiRecordGetFieldCount 参数返回的计数不包括字段 0。 对超出此计数的字段的读取访问权限将返回 null 值。 写入访问失败。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 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 |
标头 | msiquery.h |
Library | Msi.lib |
DLL | Msi.dll |