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
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.

Requirements

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

See also

ITDirectory