DHCP_CLIENT_INFO_ARRAY_V4 structure
The DHCP_CLIENT_INFO_ARRAY_V4 structure defines an array of DHCP_CLIENT_INFO_V4 structures for use with enumeration functions.
Syntax
typedef struct _DHCP_CLIENT_INFO_ARRAY_V4 { DWORD NumElements; LPDHCP_CLIENT_INFO_V4 *Clients; } DHCP_CLIENT_INFO_ARRAY_V4, *LPDHCP_CLIENT_INFO_ARRAY_V4;
Members
- NumElements
-
Specifies the number of elements present in Clients.
- Clients
-
Pointer to a list of DHCP_CLIENT_INFO_V4 structures that contain information on specific DHCP subnet clients, including the dynamic address type (DHCP and/or BOOTP).
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/28/2013
