mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 05:07: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 SetProperty | ICSPNode SetProperty | e235c38f-ea04-4cd8-adec-3c6c0ce7172d | maricia | article | w10 | windows | MariciaAlforque | 06/26/2017 |
ICSPNode::SetProperty
This method sets a property value for a configuration service provider node.
Syntax
HRESULT SetProperty([in] REFGUID guidProperty,
[in] VARIANT varValue);
Parameters
The GUID of the property.
The value to return.
Return Value
A value of S_OK indicates that a node was successfully found. CFGMGR_E_COMMANDNOTSUPPORTED indicates that this node delegates the management of the property to ConfigManager2.
Remarks
Every node must properly handle the CFGMGR_PROPERTY_DATATYPE property.
For externally–transactioned nodes, no additional methods are required for successful rollback.
Requirements
Header: None
Related topics
Create a custom configuration service provider