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.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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.