IP_PER_ADAPTER_INFO_W2KSP1 class base struct

Contains information specific to a particular adapter.

To learn more, see learn.microsoft.com/windows/win32/api/iptypes/ns-iptypes-ip_per_adapter_info_w2ksp1.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
AutoconfigActive int
Specifies whether this adapter's IP address is currently auto-configured by APIPA.
getter/setter pair
AutoconfigEnabled int
Specifies whether IP address auto-configuration (APIPA) is enabled on this adapter.
getter/setter pair
CurrentDnsServer Pointer<IP_ADDR_STRING>
Reserved.
getter/setter pair
DnsServerList IP_ADDR_STRING
A linked list of IP_ADDR_STRING structures that specify the set of DNS servers used by the local computer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<IP_PER_ADAPTER_INFO_W2KSP1>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited