msi.h) (MsiGetFeatureUsageA 函数
MsiGetFeatureUsage 函数返回产品功能的使用指标。
语法
UINT MsiGetFeatureUsageA(
[in] LPCSTR szProduct,
[in] LPCSTR szFeature,
[out] LPDWORD pdwUseCount,
[out] LPWORD pwDateUsed
);
parameters
[in] szProduct
指定包含该功能的产品的产品代码。
[in] szFeature
指定要为其返回指标的功能的功能代码。
[out] pdwUseCount
指示已使用该功能的次数。
[out] pwDateUsed
指定上次使用该功能的日期。 日期采用 MS-DOS 日期格式,如下表所示。
Bits | 含义 |
---|---|
|
一个月中的某一天 (1-31) |
|
月份(1 = 一月,2 = 二月,以此类推) |
|
从 1980 年算起的年份偏移量(加上 1980 得到实际年份) |
返回值
MsiGetFeatureUsage 函数返回以下值。
值 | 含义 |
---|---|
|
配置数据已损坏。 |
|
没有可用的使用情况信息,或者产品或功能无效。 |
|
函数已成功完成。 |
注解
注意
msi.h 标头将 MsiGetFeatureUsage 定义为别名,该别名根据 UNICODE 预处理器常量的定义自动选择此函数的 ANSI 或 Unicode 版本。 将非特定编码别名与非非特定编码的代码混合使用可能会导致不匹配,从而导致编译或运行时错误。 有关详细信息,请参阅 函数原型的约定。
要求
最低受支持的客户端 | 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 Installer 版本所需的最低 Windows Service Pack,请参阅 Windows Installer 运行时要求。 |
目标平台 | Windows |
标头 | msi.h |
Library | Msi.lib |
DLL | Msi.dll |