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 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

guidProperty

The GUID of the property.

varValue

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 externallytransactioned nodes, no additional methods are required for successful rollback.

Requirements

Header: None

Create a custom configuration service provider