Removes the named item from this ADSI collection object.
HRESULT IADsCollection::Remove(
BSTR bstrItemToBeRemoved //Name of item to remove
);
This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:
Collections for a directory service can also consist of a set of objects that cannot be changed.
Collections that do not support direct removal of items must return E_NOTIMPL.
Windows NT: Use version 4.0 and later.
Windows CE: Unsupported.
Header: Declared in iads.h.