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 |
---|---|
|
Method succeeded. |
|
The pDirectoryObject parameter is not a valid pointer. |
|
The ITDirectory::Connect method has not been invoked or did not succeed. |
|
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 |