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.

DHCPV6CAPI_PARAMS_ARRAY structure

The DHCPV6CAPI_PARAMS_ARRAY structure contains an array of requested parameters.

Syntax


typedef struct _DHCPV6CAPI_PARAMS_ARRAY {
  ULONG               nParams;
  LPDHCPV6CAPI_PARAMS Params;
} DHCPV6CAPI_PARAMS_ARRAY, *PDHCPV6CAPI_PARAMS_ARRAY, *LPDHCPV6CAPI_PARAMS_ARRAY;

Members

nParams

Number of parameters in the array.

Params

Pointer to a DHCPV6CAPI_PARAMS structure that contains a parameter.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Dhcpv6csdk.h

 

 

Show:
© 2017 Microsoft