共用方式為


IProcessHostSupportFunctions::GetAppHostConfigFilename 方法

擷取應用程式主機組態 (.config) 檔案路徑。

語法

virtual HRESULT __stdcall GetAppHostConfigFilename(  
   BSTR* pbstrPhysicalPath  
) = 0;  

參數

pbstrPhysicalPath
的指標 BSTR ,其中包含實體路徑 (包含應用程式主機組態檔) 檔案名。

傳回值

HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

描述
S_OK 表示作業成功。

規格需求

類型 描述
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 介面