MsiNotifySidChangeW 函式 (msi.h)
MsiNotifySidChange 函式會通知並更新 Windows Installer 內部資訊,並變更使用者 SID。
語法
UINT MsiNotifySidChangeW(
[in] LPCWSTR pOldSid,
[in] LPCWSTR pNewSid
);
參數
[in] pOldSid
Null 終止的字串,指定前一個安全性識別元(SID) 的字串值。
[in] pNewSid
Null 終止的字串,指定新安全性識別碼(SID) 的字串值。
傳回值
價值 | 意義 |
---|---|
|
無效的參數會傳遞至函式。 如果任何參數 NULL,就會傳回此錯誤。 |
|
函式成功。 |
|
記憶體不足。 |
|
執行期間發生內部失敗。 |
言論
Windows Installer 2.0 和 Windows Installer 3.0:不支援 。 從 Windows Installer 3.1 開始,即可使用此函式。
注意
msi.h 標頭會根據 UNICODE 預處理器常數的定義,將 MsiNotifySidChange 定義為自動選取此函式的 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 |