DHCP_HOST_INFO structure (dhcpsapi.h)
The DHCP_HOST_INFO structure defines information on a DHCP server (host).
Syntax
typedef struct _DHCP_HOST_INFO {
DHCP_IP_ADDRESS IpAddress;
LPWSTR NetBiosName;
LPWSTR HostName;
} DHCP_HOST_INFO, *LPDHCP_HOST_INFO;
Members
IpAddress
DHCP_IP_ADDRESS value that contains the IP address of the DHCP server.
NetBiosName
Unicode string that contains the NetBIOS name of the DHCP server.
HostName
Unicode string that contains the network name of the DHCP server.
Remarks
When this structure is populated by the DHCP Server, the HostName and NetBiosName members may be set to NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | dhcpsapi.h |