MsiNotifySidChangeA 函数(msi.h)
MsiNotifySidChange 函数通知和更新 Windows Installer 内部信息,并更改用户 SID。
语法
UINT MsiNotifySidChangeA(
[in] LPCSTR pOldSid,
[in] LPCSTR pNewSid
);
参数
[in] pOldSid
以 Null 结尾的字符串,指定上一个安全标识符(SID)的字符串值。
[in] pNewSid
以 Null 结尾的字符串,指定新安全标识符(SID)的字符串值。
返回值
价值 | 意义 |
---|---|
|
将无效参数传递给函数。 如果任何参数 NULL,则返回此错误。 |
|
函数成功。 |
|
内存不足。 |
|
执行过程中的内部失败。 |
言论
Windows Installer 2.0 和 Windows Installer 3.0:不支持 。 从 Windows Installer 3.1 开始,此函数可用。
注意
msi.h 标头将 MsiNotifySidChange 定义为一个别名,该别名根据 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 2000 上的 Windows Installer 3.1。 有关 Windows Installer 版本所需的最低 Windows Service Pack 的信息,请参阅 Windows Installer Run-Time 要求。 |
目标平台 | 窗户 |
标头 | msi.h |
库 | Msi.lib |
DLL | Msi.dll |