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 DHCP_SERVER_SPECIFIC_STRINGS structure contains the default string values for user and vendor class names.
Syntax
typedef struct _DHCP_SERVER_SPECIFIC_STRINGS {
  LPWSTR DefaultVendorClassName;
  LPWSTR DefaultUserClassName;
} DHCP_SERVER_SPECIFIC_STRINGS, *LPDHCP_SERVER_SPECIFIC_STRINGS;
Members
DefaultVendorClassName
Pointer to a Unicode string that specifies the default vendor class name for the DHCP server.
DefaultUserClassName
Pointer to a Unicode string that specifies the default user class name for the DHCP server.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] | 
| Header | dhcpsapi.h |