DHCP_FILTER_GLOBAL_INFO structure (dhcpsapi.h)

The DHCP_FILTER_GLOBAL_INFO structure contains information about the enabling and disabling of the allow and deny filter lists.

Syntax

typedef struct _DHCP_FILTER_GLOBAL_INFO {
  BOOL EnforceAllowList;
  BOOL EnforceDenyList;
} DHCP_FILTER_GLOBAL_INFO, *LPDHCP_FILTER_GLOBAL_INFO;

Members

EnforceAllowList

If TRUE, the allow list is enabled; if FALSE, it is disabled.

EnforceDenyList

If TRUE, the deny list is enabled; if FALSE, it is disabled.

Requirements

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