Platform SDK: TAPI |
Commits directory modifications to the server.
HRESULT ModifyDirectoryObject( ITDirectoryObject *pDirectoryObject );
Changes made to ITDirectoryObject will not take effect on the server until this method is called.
Some attributes cannot be modified, and an attempt to modify them will fail. For an example, see the remarks section of ITDirectoryObjectUser::put_IPPhonePrimary.
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The pDirectoryObject parameter is not a valid pointer. |
RND_NOT_CONNECTED | The ITDirectory::Connect method has not been invoked or did not succeed. |
E_NOTIMPL | This method is not implemented. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Rend.h.
Library: Use Rendid.lib.