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_CLASSID structure

The DHCPV6CAPI_CLASSID structure defines an IPv6 client class ID.

Syntax


typedef struct _DHCPV6CAPI_CLASSID {
  ULONG  Flags;
  LPBYTE Data;
  ULONG  nBytesData;
} DHCPV6CAPI_CLASSID, *PDHCPV6CAPI_CLASSID, *LPDHCPV6CAPI_CLASSID;

Members

Flags

Reserved for future use. Must be set to 0.

Data

Class ID binary data.

nBytesData

Size of Data, in bytes.

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