Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2.66 KB

File metadata and controls

52 lines (41 loc) · 2.66 KB
title IAppHostWritableAdminManager::CommitPath Property
description Learn how the CommitPath property gets or sets the configuration path where changes should be committed.
ms.date 10/07/2016
ms.assetid f712b0e8-f424-93b7-d623-48619b02f99c

IAppHostWritableAdminManager::CommitPath Property

Gets or sets the configuration path where changes should be committed.

Syntax

HRESULT get_CommitPath(  
   [out,  
   retval,  
   string] BSTR* pbstrCommitPath  
);  
HRESULT put_CommitPath(  
   BSTR bstrCommitPath  
);  

Parameters

pbstrCommitPath
A pointer to a BSTR that contains the configuration path where changes should be committed.

bstrCommitPath
A BSTR that contains the new commit path.

Return Value

An HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK Indicates that the operation was successful.

Example

The following code example demonstrates how to set the CommitPath property, change the [!INCLUDEiisver] configuration, and then use the IAppHostWritableAdminManager::CommitChanges method to commit those changes to the [!INCLUDEiisver] configuration system.

[!code-cppIAppHostAdminLibrary#4]

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Ahadmin.h

See Also

IAppHostWritableAdminManager Interface