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

1.3 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 GetProperty ICSPNode GetProperty a2bdc158-72e0-4cdb-97ce-f5cf1a44b7db maricia article w10 windows MariciaAlforque 06/26/2017

ICSPNode::GetProperty

This method returns a property value from a configuration service provider node.

Syntax

HRESULT GetProperty([in] REFGUID guidProperty, 
                    [in,out] VARIANT* pvarValue);

Parameters

guidProperty

GUID that specifies the property to return.

pvarValue

Value to return.

Return Value

A value of S_OK indicates that the value was successfully returned. CFGMGR_E_COMMANDNOTSUPPORTED indicates that the node does not implement the property itself, but delegates the management of the property to ConfigManager2.

Remarks

Every node must 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