IRegNodes::Remove

[This is preliminary documentation and subject to change.]

Removes a Registry Node.



HRESULT Remove(
  BSTR Item,
);

Parameters

Item
[in] The name of the Registry entry.

Return Values

S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.

See Also

IRegNodes