IProcessHostSupportFunctions::GetNativeConfigurationSystem-Methode
Ruft den INativeConfigurationSystem-Schnittstellenzeiger ab.
Syntax
virtual HRESULT __stdcall GetNativeConfigurationSystem(
VOID **ppConfigSystem
) = 0;
Parameter
ppConfigSystem
Die Adresse eines VOID
Zeigers, der einen INativeConfigurationSystem
Schnittstellenzeiger empfängt.
Rückgabewert
HRESULT
. Mögliches Werte (aber nicht die Einzigen) sind die in der folgenden Tabelle.
Wert | Definition |
---|---|
S_OK | Gibt an, dass der Vorgang erfolgreich war. |
Bemerkungen
Weitere Informationen finden Sie in der IHttpServer::GetConfigObject-Methode .
Anforderungen
type | BESCHREIBUNG |
---|---|
Client | – IIS 7.0 unter Windows Vista – IIS 7.5 unter Windows 7 – IIS 8.0 unter Windows 8 – IIS 10.0 auf Windows 10 |
Server | – IIS 7.0 unter Windows Server 2008 – IIS 7.5 unter Windows Server 2008 R2 – IIS 8.0 unter Windows Server 2012 – IIS 8.5 unter Windows Server 2012 R2 – IIS 10.0 auf Windows Server 2016 |
Produkt | – IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
Header | Webhost.h |
Weitere Informationen
IProcessHostSupportFunctions-Schnittstelle
IHttpServer::GetConfigObject-Methode