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 DHCPDS_SERVERS structure defines a list of DHCP servers in the context of directory services.
Syntax
typedef struct _DHCPDS_SERVERS {
DWORD Flags;
DWORD NumElements;
LPDHCPDS_SERVER Servers;
} DHCPDS_SERVERS, *LPDHCPDS_SERVERS, *PDHCPDS_SERVERS;
Members
Flags
Reserved. This value should be 0.
NumElements
Specifies the number of elements in Servers.
Servers
Pointer to an array of DHCPDS_SERVER structures that contain information on individual DHCP servers.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | dhcpsapi.h |