IProcessHostSupportFunctions::GetNativeConfigurationSystem 方法
擷取 INativeConfigurationSystem 介面指標。
語法
virtual HRESULT __stdcall GetNativeConfigurationSystem(
VOID **ppConfigSystem
) = 0;
參數
ppConfigSystem
接收 INativeConfigurationSystem
介面指標的 VOID
指標位址。
傳回值
HRESULT
。 可能的值包括 (但不限於) 下表中的這些值。
值 | 定義 |
---|---|
S_OK | 表示作業成功。 |
備註
如需詳細資訊,請參閱 IHttpServer::GetConfigObject 方法。
規格需求
類型 | 描述 |
---|---|
Client | - Windows Vista 上的 IIS 7.0 - Windows 7 上的 IIS 7.5 - Windows 8 上的 IIS 8.0 - Windows 10上的 IIS 10.0 |
伺服器 | - Windows Server 2008 上的 IIS 7.0 - Windows Server 2008 R2 上的 IIS 7.5 - Windows Server 2012 上的 IIS 8.0 - Windows Server 2012 R2 上的 IIS 8.5 - Windows Server 2016上的 IIS 10.0 |
產品 | - 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 |
標頭 | Webhost.h |
另請參閱
IProcessHostSupportFunctions 介面
IHttpServer::GetConfigObject 方法