Platform SDK: TAPI

IMcastScope::get_TTL

The get_TTL method obtains the time to live value for the multicast scope.

HRESULT get_TTL(
  long *pTTL
);

Parameters

pTTL
[out] Pointer to a time to live value for multicast scope.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The caller passed in an invalid pointer argument.

Requirements

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

See Also

IMcastScope