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_ENUM_INFO structure contains information regarding the number of link-layer filter records.
Syntax
typedef struct _DHCP_FILTER_ENUM_INFO {
DWORD NumElements;
LPDHCP_FILTER_RECORD pEnumRecords;
} DHCP_FILTER_ENUM_INFO, *LPDHCP_FILTER_ENUM_INFO;
Members
NumElements
Integer value that specifies the number of link-layer filter records contained in the array specified by pEnumRecords.
pEnumRecords
Pointer to an array of DHCP_FILTER_RECORD structures that contain link-layer filter records.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | dhcpsapi.h |