This method is similar to GetProperty, but instead of returning one value from a DataItem, it returns the entire DataItem wrapped in an ISettingsProperties interface. See Table 43 and Table 44.

Table 43. HRESULT GetNode

Parameter

Description

Index

The index value (starting with 0) of the DataItem for which you want to retrieve a property value

ppNode

On exit, the ISettingsProperties interface that wraps the DataItem node

 

Table 44. HRESULT GetNode Results

HRESULT

Description

S_OK

The node was retrieved.

E_INVALIDARG

The index is past the end of the array.

 

Related Topics

IDataNodes Interface