Platform SDK: TAPI

ITDirectory::ModifyDirectoryObject

Commits directory modifications to the server.

HRESULT ModifyDirectoryObject(
  ITDirectoryObject *pDirectoryObject
);

Parameters

pDirectoryObject
[in] Pointer to ITDirectoryObject modified.

Remarks

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.

Return Values

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Rend.h.
  Library: Use Rendid.lib.

See Also

ITDirectory