IRegNode::Root

[This is preliminary documentation and subject to change.]

Returns the Root Key of the Registry Node.



HRESULT Root(
  HKEY * 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