ITDirectory::ModifyDirectoryObject method (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The ModifyDirectoryObject method commits directory modifications to the server.

Syntax

HRESULT ModifyDirectoryObject(
  [in] ITDirectoryObject *pDirectoryObject
);

Parameters

[in] pDirectoryObject

Pointer to ITDirectoryObject modified.

Return value

This method can return one of these values.

Return code Description
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.

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.

Requirements

Requirement Value
Target Platform Windows
Header rend.h
DLL Rend.dll

See also

ITDirectory