Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DHCPCAPI_CLASSID structure defines a client Class ID.
Syntax
typedef struct _DHCPCAPI_CLASSID {
ULONG Flags;
#if ...
LPBYTE Data;
#else
LPBYTE Data;
#endif
ULONG nBytesData;
} DHCPCAPI_CLASSID, *PDHCPCAPI_CLASSID, *LPDHCPCAPI_CLASSID;
Members
Flags
Reserved. Must be set to zero.
Data
Class ID binary data.
nBytesData
Size of Data, in bytes.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Header | dhcpcsdk.h |