IRegNode::Values

[This is preliminary documentation and subject to change.]

Returns a collection of values associated with this Node.



HRESULT Values(
  IRegValues * * pVal,
);

Parameters

pVal
[out, retval] The returned value.

Return Values

S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.

See Also

IRegNode, IRegValues