DHCP_FILTER_RECORD structure (dhcpsapi.h)

The DHCP_FILTER_RECORD structure contains information for a specific link-layer filter.

Syntax

typedef struct _DHCP_FILTER_RECORD {
  DHCP_ADDR_PATTERN AddrPatt;
  LPWSTR            Comment;
} DHCP_FILTER_RECORD, *LPDHCP_FILTER_RECORD;

Members

AddrPatt

DHCP_ADDR_PATTERN structure that contains the address/pattern related information of the link-layer filter.

Comment

Pointer to a null-terminated Unicode string which contains the comment associated with the address/pattern.

Requirements

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

See also

DHCP_ADDR_PATTERN