Skip to content

Latest commit

 

History

History
138 lines (117 loc) · 3.28 KB

nf-rend-itdirectory-get_defaultobjectttl.md

File metadata and controls

138 lines (117 loc) · 3.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rend.ITDirectory.get_DefaultObjectTTL
ITDirectory::get_DefaultObjectTTL (rend.h)
The get_DefaultObjectTTL method gets the default time to live (TTL) value, in seconds, for objects created. Only applies to dynamic servers.
ITDirectory interface [TAPI 2.2]
get_DefaultObjectTTL method
ITDirectory.get_DefaultObjectTTL
ITDirectory::get_DefaultObjectTTL
_tapi3_itdirectory_get_defaultobjectttl
get_DefaultObjectTTL
get_DefaultObjectTTL method [TAPI 2.2]
get_DefaultObjectTTL method [TAPI 2.2]
ITDirectory interface
rend/ITDirectory::get_DefaultObjectTTL
tapi3.itdirectory_get_defaultobjectttl
tapi3\itdirectory_get_defaultobjectttl.htm
tapi3
f0a24ad9-0020-4f62-a0f2-071b9d251f79
12/05/2018
ITDirectory interface [TAPI 2.2],get_DefaultObjectTTL method, ITDirectory.get_DefaultObjectTTL, ITDirectory::get_DefaultObjectTTL, _tapi3_itdirectory_get_defaultobjectttl, get_DefaultObjectTTL, get_DefaultObjectTTL method [TAPI 2.2], get_DefaultObjectTTL method [TAPI 2.2],ITDirectory interface, rend/ITDirectory::get_DefaultObjectTTL, tapi3.itdirectory_get_defaultobjectttl
rend.h
Windows
Rend.idl
Rend.dll
Windows
19H1
ITDirectory::get_DefaultObjectTTL
rend/ITDirectory::get_DefaultObjectTTL
c++
APIRef
kbSyntax
COM
Rend.dll
ITDirectory.get_DefaultObjectTTL

ITDirectory::get_DefaultObjectTTL

-description

[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 get_DefaultObjectTTL method gets the default time to live (TTL) value, in seconds, for objects created. Only applies to dynamic servers.

-parameters

-param pTTL [out]

Pointer to TTL value, in seconds.

-returns

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_POINTER
The pTTL parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_FAIL
Unspecified error.
E_NOTIMPL
This method is not yet implemented.

-see-also

ITDirectory

ITDirectory::put_DefaultObjectTTL