共用方式為


IWTSProtocolLogonErrorRedirector::RedirectMessage 方法 (wtsprotocol.h)

[IWTSProtocolLogonErrorRedirector::RedirectMessage 已不再可供 Windows Server 2012 使用。 請改用 IWRdsProtocolLogonErrorRedirector::RedirectMessage。]

查詢通訊協定,以瞭解如何重新導向登入訊息。

語法

HRESULT RedirectMessage(
  [in]  LPCWSTR                             pszCaption,
  [in]  LPCWSTR                             pszMessage,
  [in]  UINT                                uType,
  [out] WTS_LOGON_ERROR_REDIRECTOR_RESPONSE *pResponse
);

參數

[in] pszCaption

字串的指標,其中包含訊息方塊標題。

[in] pszMessage

包含登入訊息之字串的指標。

[in] uType

包含訊息方塊類型的整數。 如需詳細資訊,請參閱 MessageBox 函式。

[out] pResponse

WTS_LOGON_ERROR_REDIRECTOR_RESPONSE列舉的指標,指定遠端桌面服務服務重新導向登入訊息的慣用回應。

傳回值

當您實作此方法時,如果函式成功,請 傳回S_OK 。 如果失敗,則傳回 指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

規格需求

   
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 R2
目標平台 Windows
標頭 wtsprotocol.h

另請參閱

IWTSProtocolLogonErrorRedirector