--- title: ICSPNode GetValue description: ICSPNode GetValue ms.assetid: c684036d-98be-4659-8ce8-f72436a39b90 ms.reviewer: manager: dansimp ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 06/26/2017 --- # ICSPNode::GetValue This method gets the value and data type for the node. Interior (non-leaf) nodes may not have a value. ## Syntax ``` syntax HRESULT GetValue([in,out] VARIANT* pvarValue); ``` ## Parameters *pvarValue*
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
.