IRegNode::Name

[This is preliminary documentation and subject to change.]

Returns the Name of the Registry Node.



HRESULT Name(
  BSTR * 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