mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-27 20:57:23 +00:00
1.3 KiB
1.3 KiB
title, description, MSHAttr, ms.assetid, ms.author, ms.date, ms.topic, ms.prod, ms.technology
title | description | MSHAttr | ms.assetid | ms.author | ms.date | ms.topic | ms.prod | ms.technology | ||
---|---|---|---|---|---|---|---|---|---|---|
ICSPNode GetValue | ICSPNode GetValue |
|
c684036d-98be-4659-8ce8-f72436a39b90 | windows-hardware-design-content | 05/02/2017 | article | windows-hardware | windows-oem |
ICSPNode::GetValue
This method gets the value and data type for the node. Interior (non-leaf) nodes may not have a value.
Syntax
HRESULT GetValue([in,out] VARIANT* pvarValue);
Parameters
Data value to return. A node containing a password value returns 16 asterisks (‘\*’) for this method. A leaf node whose value has not been set returns a variant whose type is `VT_NULL`.
Return Value
A value of S_OK indicates that a node was successfully found. CFGMGR_E_COMMANDNOTALLOWED indicates that this node does not support the ICSP::GetValue methods, or that this is an interior node.
Remarks
For externally–transactioned nodes, this node is not required to implement any other methods for a successful rollback.
Requirements
Header: None
Related topics
Create a custom configuration service provider