Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.