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_BIND_ELEMENT_ARRAY structure defines an array of network binding elements used by a DHCP server.
Syntax
typedef struct _DHCP_BIND_ELEMENT_ARRAY {
  DWORD               NumElements;
  LPDHCP_BIND_ELEMENT Elements;
} DHCP_BIND_ELEMENT_ARRAY, *LPDHCP_BIND_ELEMENT_ARRAY;
Members
NumElements
Specifies the number of network binding elements listed in Elements.
Elements
Specifies an array of DHCP_BIND_ELEMENT structures
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | None supported | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Header | dhcpsapi.h |