Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MIB_MCAST_LIMIT_ROW structure (iprtrmib.h)

The MIB_MCAST_LIMIT_ROW structure contains the configurable limit information from a corresponding MIB_IPMCAST_IF_ENTRY structure.

Syntax

typedef struct {
 DWORD dwTtl;
 DWORD dwRateLimit;
} MIB_MCAST_LIMIT_ROW, *PMIB_MCAST_LIMIT_ROW;

Members

dwTtl

The time-to-live value for a multicast interface.

dwRateLimit

The rate limit for a multicast interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only]
Header iprtrmib.h (include Iphlpapi.h)

See also

MIB_IPMCAST_IF_ENTRY


Feedback

Was this page helpful?

Additional resources