IProcessHostSupportFunctions::GetApplicationProperties メソッド
アプリケーションのメタベースからプロパティを取得します。
構文
virtual HRESULT __stdcall GetApplicationProperties(
LPCWSTR appId,
BSTR* pbstrVirtualPath,
BSTR* pbstrPhysicalPath,
BSTR* pbstrSiteName,
BSTR* pbstrSiteId
) = 0;
パラメーター
appId
アプリケーションの一意識別子を含む文字列。
pbstrVirtualPath
アプリケーションのルート仮想パスを受け取る へのポインター BSTR
。
pbstrPhysicalPath
アプリケーションのルート物理パスを受け取る へのポインター BSTR
。
pbstrSiteName
アプリケーションの表示名を受け取る へのポインター BSTR
。
pbstrSiteId
サイト ID を BSTR
受け取る へのポインター。
戻り値
HRESULT
。 有効な値を次の表に示しますが、これ以外にもあります。
値 | 説明 |
---|---|
S_OK | 操作が成功したことを示します。 |
要件
Type | 説明 |
---|---|
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 |
Header | Webhost.h |