ITDirectory::AddDirectoryObject 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 AddDirectoryObject method adds an ITDirectoryObject object to the server. This may be a directory or a user machine mapping.
Syntax
HRESULT AddDirectoryObject(
[in] ITDirectoryObject *pDirectoryObject
);
Parameters
[in] pDirectoryObject
The object that will be added into the directory.
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. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |
DLL | Rend.dll |