Condividi tramite


MIB_MFE_STATS_TABLE_EX_XP struttura (ipmib.h)

La struttura MIB_MFE_STATS_TABLE_EX contiene una tabella di statistiche estese per le voci di inoltro multicast (MFEs).

Sintassi

typedef struct _MIB_MFE_STATS_TABLE_EX_XP {
  DWORD                        dwNumEntries;
  PMIB_IPMCAST_MFE_STATS_EX_XP table[ANY_SIZE];
} MIB_MFE_STATS_TABLE_EX_XP, *PMIB_MFE_STATS_TABLE_EX_XP;

Members

dwNumEntries

Numero di MFEs nella matrice.

table[ANY_SIZE]

Puntatore a una tabella di MFE implementate come matrice di strutture MIB_IPMCAST_MFE_STATS_EX .

Commenti

In Microsoft Windows Software Development Kit (Windows SDK) (SDK) rilasciato per Windows Server 2008 e versioni successive, l'organizzazione dei file di intestazione è stata modificata. Questa struttura è definita nel file di intestazione Ipmib.h , non nel file di intestazione Iprtrmib.h . Si noti che il file di intestazione Ipmib.h viene automaticamente incluso in Iprtrmib.h, incluso automaticamente nel file di intestazione Iphlpapi.h . I file di intestazione Ipmib.h e Iprtrmib.h non devono mai essere usati direttamente.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008, Windows Server 2003 con SP1 [solo app desktop]
Intestazione ipmib.h (includere Iphlpapi.h)

Vedi anche

MIB_IPMCAST_MFE_STATS_EX