Expand Minimize
This topic has not yet been rated - Rate this topic

DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 structure

The DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 structure defines an array of subnet element data. Element data in the V5 structure is BOOTP specific.

Syntax


typedef struct _DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 {
  DWORD                         NumElements;
  LPDHCP_SUBNET_ELEMENT_DATA_V5 Elements;
} DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5, *LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V5;

Members

NumElements

Specifies the number of elements in Elements.

Elements

Pointer to a list of DHCP_SUBNET_ELEMENT_DATA_V5 structures that contain the data for the corresponding subnet elements.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Dhcpsapi.h

See also

DHCP_SUBNET_ELEMENT_DATA_V5
DhcpEnumSubnetElementsV5

 

 

Send comments about this topic to Microsoft

Build date: 2/28/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.