Moves the specified object to this ADSI container. Moves can only be made within that container in one Active Directory provider's implementation, not across directory systems.
HRESULT IADsContainer::MoveHere(
BSTR bstrSourceObject, //Name of the object to move
BSTR bstrNewName, //Name for the new object
IDispatch ** ppNewObject //Interface on the new object
);
This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:
Windows NT: Use version 4.0 and later.
Windows CE: Unsupported.
Header: Declared in iads.h.