Dhcpv6ReleasePrefix function
The Dhcpv6ReleasePrefix function releases a prefix previously acquired with the Dhcpv6RequestPrefix function.
Syntax
DWORD APIENTRY Dhcpv6RenewPrefix( _In_ LPWSTR adapterName, _In_ LPDHCPV6CAPI_CLASSID classId, _In_ LPDHCPV6CAPIPrefixLeaseInformation prefixleaseInfo );
Parameters
- adapterName [in]
-
Name of the adapter on which the PD request must be sent.
- classId [in]
-
Pointer to a DHCPV6CAPI_CLASSID structure that contains the binary ClassId information to use to send on the wire.
Note DHCPv6 Option Code 15 (0x000F) is not supported by this API. Typically, the User Class option is used by a client to identify the type or category of user or application it represents. A server selects the configuration information for the client based on the classes identified in this option.
- prefixleaseInfo [in]
-
Pointer to a DHCPV6CAPIPrefixLeaseInformation structure that is used to release the prefix.
Return value
Returns ERROR_SUCCESS upon successful completion.
| Return code | Description |
|---|---|
|
Returned if one of the following conditions are true:
|
Remarks
Release messages sent as the result of the call to this function must contain the following values for the T1 and T2 fields of the DHCPV6CAPIPrefixLeaseInformation structure supplied in the prefixleaseInfo parameter:
- T1: the renewal time for the prefix, in seconds specified as absolute time values.
- T2: the rebind time of the prefix, in seconds specified as absolute time values.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 2/28/2013