ITDirectory::RefreshDirectoryObject 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 RefreshDirectoryObject method refreshes the time to live (TTL) for an object on the server. Only applies to dynamic servers.
Syntax
HRESULT RefreshDirectoryObject(
[in] ITDirectoryObject *pDirectoryObject
);
Parameters
[in] pDirectoryObject
Pointer to ITDirectoryObject to be refreshed.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
The pDirectoryObject parameter is not a valid pointer. |
|
The ITDirectory::Connect method has not been invoked or did not succeed. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |
DLL | Rend.dll |