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 DHCPV6_BIND_ELEMENT_ARRAY structure specifies an array of DHCPV6_BIND_ELEMENT structures that contain DHCPv6 interface bindings.
Syntax
typedef struct _DHCPV6_BIND_ELEMENT_ARRAY {
DWORD NumElements;
LPDHCPV6_BIND_ELEMENT Elements;
} DHCPV6_BIND_ELEMENT_ARRAY, *LPDHCPV6_BIND_ELEMENT_ARRAY;
Members
NumElements
Integer that contains the total number of elements in the array pointed to by Elements.
Elements
Pointer to an array of DHCPV6_BIND_ELEMENT structures that contains the DHCPv6 interface bindings.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | dhcpsapi.h |