IWSDUdpAddress::GetTTL method (wsdbase.h)

Gets the time-to-live (TTL) for all outbound packets using this address.

Syntax

HRESULT GetTTL(
  [out] DWORD *pdwTTL
);

Parameters

[out] pdwTTL

Pointer to the TTL of outgoing UDP packets. Generally, the TTL represents the maximum number of hops before a packet is discarded. Some implementations interpret the TTL differently.

Return value

This method can return one of these values.

Possible return values include, but are not limited to, the following.

Return code Description
S_OK
The method succeeded.
E_POINTER
pdwTTL is NULL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdbase.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDUdpAddress