2.2.1.2.28 MIB_IFNUMBER
The MIB_IFNUMBER structure stores the number of interfaces on a specific computer.
-
typedef struct _MIB_IFNUMBER { DWORD dwValue; } MIB_IFNUMBER, *PMIB_IFNUMBER;
dwValue: The number of interfaces on the computer.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
The MIB_IFNUMBER structure stores the number of interfaces on a specific computer.
typedef struct _MIB_IFNUMBER { DWORD dwValue; } MIB_IFNUMBER, *PMIB_IFNUMBER;
dwValue: The number of interfaces on the computer.