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 DhcpServerGetConfigV6 function retrieves the configuration information for the DHCPv6 server.
Syntax
DWORD DHCP_API_FUNCTION DhcpServerGetConfigV6(
[in] DHCP_CONST WCHAR *ServerIpAddress,
[in] LPDHCP_OPTION_SCOPE_INFO6 ScopeInfo,
[out] LPDHCP_SERVER_CONFIG_INFO_V6 *ConfigInfo
);
Parameters
[in] ServerIpAddress
Pointer to a Unicode string that specifies the IP address or hostname of the DHCP server.
[in] ScopeInfo
Pointer to a DHCP_OPTION_SCOPE_INFO6 structure used to identify the DHCPv6 scope for which configuration information will be retrieved.
[out] ConfigInfo
Pointer to the address of a DHCP_SERVER_CONFIG_INFO_V6 structure that contains the requested configuration information.
The memory for this parameter must be free using DhcpRpcFreeMemory.
Return value
This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes.
Return code | Description |
---|---|
|
This call was performed by a client who is not a member of the "DHCP Administrators" security group. |
|
An error occurred while accessing the DHCP server's database. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | dhcpsapi.h |
Library | Dhcpsapi.lib |
DLL | Dhcpsapi.dll |