Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DHCPCAPI_PARAMS_ARRAY structure

The DHCPCAPI_PARAMS_ARRAY structure stores an array of DHCPAPI_PARAMS structures used to query DHCP parameters.

Syntax


typedef struct _DHCPCAPI_PARAMS_ARRAY {
  ULONG            nParams;
  LPDHCPAPI_PARAMS Params;
} DHCPCAPI_PARAMS_ARRAY, *PDHCPCAPI_PARAMS_ARRAY, *LPDHCPCAPI_PARAMS_ARRAY;

Members

nParams

Number of elements in the Params array.

Params

Array of DHCPAPI_PARAMS structures.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Dhcpcsdk.h

See also

DHCPAPI_PARAMS

 

 

Show:
© 2017 Microsoft