2019-06-10 11:56:55 -07:00

1.2 KiB
Raw Blame History

title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
ICSPNode Move ICSPNode Move efb359c3-5c86-4975-bf6f-a1c33922442a dansimp dansimp article w10 windows manikadhiman 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