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 Client API provides the following functions:
- DhcpCApiCleanup
- DhcpCApiInitialize
- DhcpDeRegisterParamChange
- DhcpRegisterParamChange
- DhcpRequestParams
- DhcpRemoveDNSRegistrations
- DhcpUndoRequestParams
For DHCPv6 services, the following Client API functions are also provided:
- Dhcpv6CApiCleanup
- Dhcpv6CApiInitialize
- Dhcpv6RequestParams
- Dhcpv6ReleasePrefix
- Dhcpv6RenewPrefix
- Dhcpv6RequestPrefix
The DhcpCApiInitialize (or Dhcpv6CApiInitialize for DHCPv6 calls) function should always be the first function called whenever this suite of DHCP functions are implemented.