IMcastScope::get_TTL method (mdhcp.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 get_TTL method obtains the time to live value for the multicast scope.

Syntax

HRESULT get_TTL(
  [out] long *pTTL
);

Parameters

[out] pTTL

Pointer to a time to live value for multicast scope.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The caller passed in an invalid pointer argument.

Requirements

Requirement Value
Target Platform Windows
Header mdhcp.h
Library Uuid.lib
DLL Mdhcp.dll

See also

IMcastScope