RemoveName
Delete a name for a certain language.
HRESULT RemoveName([in] long
nId);
Parameters
nId
[in] Lang Id of the name to be removed.
Return Values
S_OK
The specified name was removed.
E_INVALIDARG
No name with the specified Lang Id does not exist.
E_ACCESSDENIED
The object is locked due to an asynchronous operation
See also