IRegNodes::Item

[This is preliminary documentation and subject to change.]

Retrieves a Registry Node.



HRESULT Item(
  VARIANT Index,
  IRegNode * * ppvObject,
);

Parameters

Index
[in] The Registry entry. Can be either a string (name of Registry entry) or an integer (1-based position).
ppvObject
[out, retval] The object returned from the collection.

Return Values

S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.

See Also

IRegNodes, IRegNode