ICodeStoreDBEntry::RemoveChild Method

Removes a specified child.

Syntax

HRESULT RemoveChild(      
    LPCOLESTR pszName,
    DWORD dwFlags
);

Parameters

  • pszName
    [in] A pointer to a string that specifies the name of the child to remove.
  • dwFlags
    [in] The CSDB_REMOVE_FLAGS enumeration value.

Return Value

Returns S_OK if successful, or an error value otherwise.