Call Npcap API PacketOpenAdapter with a specific device string.
In our case the device is a virtual ethernet adapter if it is relevant.
The returned ADAPTER object's "Name" member is an empty string "".
In Npcap 1.60 the device string parameter of PacketOpenAdapter was the same as the member after a successful call and we reused the member later on as a parameter to API pcap_open_live.
In Npcap 1.70 this now fails with the empty string.