2018-05-11 10:45:43 -07:00

1.2 KiB
Raw Blame History

title, description, ms.assetid, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode Move ICSPNode Move efb359c3-5c86-4975-bf6f-a1c33922442a maricia article w10 windows MariciaAlforque 06/26/2017

ICSPNode::Move

This method moves the node to a new location within the configuration service provider. If the target node already exists, it should be overwritten.

Syntax

HRESULT Move([in] IConfigManager2URI* puriDestination);

Parameters

puriDestination

Path and name of the node's new location, relative to the configuration service provider's root node.

Return Value

A value of S_OK indicates that the node was successfully moved. CFGMGR_E_COMMANDNOTALLOWED indicates that this node does not support the ICSP::Move method.

Remarks

For externallytransactioned nodes, if this method is implemented, then ICSPNode::Add and ICSPNode::SetValue must also be implemented or rollback will fail.

Requirements

Header: None

Create a custom configuration service provider