mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
1.2 KiB
1.2 KiB
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
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 externally–transactioned nodes, if this method is implemented, then ICSPNode::Add and ICSPNode::SetValue must also be implemented or rollback will fail.
Requirements
Header: None
Related topics
Create a custom configuration service provider