From 5b4ab436488ec1a629200dc3d732bca1b7e9d291 Mon Sep 17 00:00:00 2001 From: "OpenPublishing.Build" Date: Wed, 6 May 2026 10:05:41 +0000 Subject: [PATCH] status --- .../iapphostpathmapper2-mappath-method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iis/web-development-reference/native-code-api-reference/iapphostpathmapper2-mappath-method.md b/iis/web-development-reference/native-code-api-reference/iapphostpathmapper2-mappath-method.md index 5570ed128..975f8ec38 100644 --- a/iis/web-development-reference/native-code-api-reference/iapphostpathmapper2-mappath-method.md +++ b/iis/web-development-reference/native-code-api-reference/iapphostpathmapper2-mappath-method.md @@ -39,7 +39,7 @@ HRESULT MapPath( |S_OK|Indicates that the operation was successful.| ## Remarks - To receive incoming remote calls for the [IAppHostPathMapper2 Interface](../../web-development-reference/native-code-api-reference/iapphostpathmapper2-interface.md) interface, the client must provide a COM object that implements the `IAppHostPathMapper2` interface (COM IID: 0f80e901-8f4c-449a-bf90-13d5d082f187). It must then specify an object that implements the interface to the [IAppHostAdminManager::SetMetadata Method](../../web-development-reference/native-code-api-reference/iapphostadminmanager-setmetadata-method.md) method with the value of `bstrMetadataName` set to "pathMapper2". + To receive incoming remote calls for the [IAppHostPathMapper2 Interface](../../web-development-reference/native-code-api-reference/iapphostpathmapper2-interface.md) interface, the client must provide a COM object that implements the `IAppHostPathMapper2` interface (COM IID: aaaabbbb-0000-cccc-1111-dddd2222eeee). It must then specify an object that implements the interface to the [IAppHostAdminManager::SetMetadata Method](../../web-development-reference/native-code-api-reference/iapphostadminmanager-setmetadata-method.md) method with the value of `bstrMetadataName` set to "pathMapper2". As an administration system maps hierarchy paths to physical paths on the server, it optionally calls the client-supplied object that implements the `IAppHostPathMapper2` interface. The implementer of this interface receives details of all mappings and can change the results of each mapping if required.