--- In [email protected], "Detlef Leidinger" <dleidin...@...> wrote:
> In my notebook there are three network-adapters: LAN, WLAN and a
> virtual network-adapter of VirtualBox. Each of them could be active
> and have an IP-address assigned. So my request is to get any of them
> in a specific sequence.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{<some kind if ID
string>}\Parameters\Tcpip, DhcpIPAddress value
seems to carry my local machaine address (as assigned by router).
Also in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{<some
kind if ID string>}, DhcpIPAddress value
So you could pick them up with reg plugin? Assuming VirtualBox has
its own interface, might be gettable as well by same means.