Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DHCP_FILTER_ADD_INFO structure contains information regarding the link-layer filter to be added to the allow and deny filter list.
Syntax
typedef struct _DHCP_FILTER_ADD_INFOV4 {
DHCP_ADDR_PATTERN AddrPatt;
LPWSTR Comment;
DHCP_FILTER_LIST_TYPE ListType;
} DHCP_FILTER_ADD_INFO, *LPDHCP_FILTER_ADD_INFO;
Members
AddrPatt
DHCP_ADDR_PATTERN structure that contains the address/pattern-related information of the link-layer filter.
Comment
Pointer to a Unicode string that contains a text comment for the filter.
ListType
DHCP_FILTER_LIST_TYPE enumeration value that specifies the list type to which the filter is to be added.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | dhcpsapi.h |