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 |
|
Show: