DHCP_FILTER_LIST_TYPE enumeration (dhcpsapi.h)

The DHCP_FILTER_LIST_TYPE enumeration specifies the types of filter lists available on the DHCP server.

Syntax

typedef enum _DHCP_FILTER_LIST_TYPE {
  Deny,
  Allow
} DHCP_FILTER_LIST_TYPE, *LPDHCP_FILTER_LIST_TYPE;

Constants

 
Deny
The filter list is a deny list.
Allow
The filter list is an allow list.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header dhcpsapi.h

See also

DHCP_FILTER_ADD_INFO