Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This enumeration specifies information about the duplicate address detection (DAD) state.
typedef enum { IpDadStateInvalid = 0, IpDadStateTentative, IpDadStateDuplicate, IpDadStateDeprecated, IpDadStatePreferred} IP_DAD_STATE;
Elements
- IpDadStateInvalid
The DAD state is invalid. - IpDadStateTentative
The DAD state is tentative. - IpDadStateDuplicate
A duplicate IPv6 address has been detected. - IpDadStateDeprecated
The IPv6 address has been deprecated. - IpDadStatePreferred
The IPv6 address is the preferred address.
Remarks
This enumeration is used in the DadState member of the IP_ADAPTER_UNICAST_ADDRESS structure.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Iptypes.h.
See Also
IP Helper Enumerations | IP_ADAPTER_UNICAST_ADDRESS
Send Feedback on this topic to the authors