MIB_IFNUMBER (Compact 2013)
3/26/2014
This structure stores the number of interfaces on a particular device.
Syntax
typedef struct _MIB_IFNUMBER {
DWORD dwValue;
} MIB_IFNUMBER,
*PMIB_IFNUMBER;
Members
- dwValue
The number of interfaces on the device.
Remarks
The MIB_IFNUMBER structure is currently not used. The MIB_IFTABLE and MIB_IF_TABLE2 structures contain a dwNumEntries member that can be used instead of the MIB_IFNUMBER structure.
Requirements
Header |
ws2def.h, |