MsiPreviewDialogA 函数 (msiquery.h)
MsiPreviewDialog 函数将对话框显示为无模式和非活动状态。
语法
UINT MsiPreviewDialogA(
[in] MSIHANDLE hPreview,
[in] LPCSTR szDialogName
);
参数
[in] hPreview
预览的句柄。
[in] szDialogName
指定要预览的对话框的名称。
返回值
此函数返回 UINT。
言论
在 MsiPreviewDialog 函数中提供 null 名称会删除任何当前对话框。
注意
msiquery.h 标头将 MsiPreviewDialog 定义为一个别名,该别名根据 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 |
目标平台 | 窗户 |
标头 | msiquery.h |
库 | Msi.lib |
DLL | Msi.dll |