<div class="content"><p> </p><p>The <b>DHCP_FILTER_ADD_INFO</b> structure contains
information regarding the link-layer filter to be added to the allow and deny
filter list.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>AddrPatt:</b>  This is of type <span><a href="a45ad236-6c42-42eb-9e67-c9335b61b7a7" data-linktype="relative-path">DHCP_ADDR_PATTERN (section 2.2.1.2.89)</a></span>
structure and contains the address/pattern-related information of the
link-layer filter.</p><p><b>Comment:</b>  This is a pointer, of type
<span><a href="../ms-dtyp/50e9ef83-d6fd-4e22-a34a-2c6b4e3c24f3" data-linktype="relative-path">LPWSTR</a></span>,
to a null-terminated <span><a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a></span> that
contains the comment associated with the address/pattern. The maximum number of
characters allowed in this string is 128, which includes the terminating null
character.</p><p><b>ListType:</b>  This is of type <span><a href="0e19e8f5-c954-49dc-953d-79333debd863" data-linktype="relative-path">DHCP_FILTER_LIST_TYPE (section 2.2.1.1.17)</a></span>
enumeration, which specifies the list type to which the filter is to be added.</p></div>