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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.