Platform SDK: TAPI

ITDirectory::RefreshDirectoryObject

Refreshes the time to live (TTL) for an object on the server. Only applies to dynamic servers.

HRESULT RefreshDirectoryObject(
  ITDirectoryObject *pDirectoryObject
);

Parameters

pDirectoryObject
[in] Pointer to ITDirectoryObject to be refreshed.

Return 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

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Rend.h.
  Library: Use Rendid.lib.

See Also

ITDirectory