SCOPE_MIB_INFO structure (dhcpsapi.h)
The SCOPE_MIB_INFO structure defines information about an available scope for use within returned DHCP-specific SNMP Management Information Block (MIB) data.
Syntax
typedef struct _SCOPE_MIB_INFO {
DHCP_IP_ADDRESS Subnet;
DWORD NumAddressesInuse;
DWORD NumAddressesFree;
DWORD NumPendingOffers;
} SCOPE_MIB_INFO, *LPSCOPE_MIB_INFO;
Members
Subnet
DHCP_IP_ADDRESS value that specifies the subnet mask for this scope.
NumAddressesInuse
Contains the number of IP addresses currently in use for this scope.
NumAddressesFree
Contains the number of IP addresses currently available for this scope.
NumPendingOffers
Contains the number of IP addresses currently in the offer state for this scope.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | dhcpsapi.h |