IWTSProtocolConnection::SetErrorInfo-Methode (wtsprotocol.h)

[IWTSProtocolConnection::SetErrorInfo ist ab Windows Server 2012 nicht mehr verfügbar. Verwenden Sie stattdessen IWRdsProtocolConnection::SetErrorInfo.]

Sendet einen Fehlercode an den Client.

Syntax

HRESULT SetErrorInfo(
  [in] ULONG ulError
);

Parameter

[in] ulError

Eine ganze Zahl, die den Fehlercode enthält.

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2008 R2
Zielplattform Windows
Kopfzeile wtsprotocol.h

Weitere Informationen

IWTSProtocolConnection