IWebProxy::P romptForCredentialsFromHwnd 方法 (wuapi.h)
提示使用者輸入密碼,以使用父視窗的 hWnd 屬性進行 Proxy 驗證。
語法
HRESULT PromptForCredentialsFromHwnd(
[in] HWND parentWindow,
[in] BSTR title
);
參數
[in] parentWindow
使用者輸入認證之對話框的父視窗。
[in] title
要用於使用者輸入認證的對話框標題。
傳回值
如果成功 , 則傳回S_OK。 否則,傳回 COM 或 Windows 錯誤碼。
備註
這個方法只能由計算機上的用戶變更。 這個方法可以透過 IDispatch 介面存取。
例如,如果父視窗指定 null (,如果您在 Visual Basic) 中指定 Nothing,則會在桌面上顯示對話框。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、Windows 2000 Server 與 SP3 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | wuapi.h |
程式庫 | Wuguid.lib |
Dll | Wuapi.dll |