On Thu, 18 Oct 2001 12:21:35 +0200, you wrote:
UCHAR adapter_address[6]; // Specifies encoded address of the adapter.
This might be the MAC address.
Implementing this in Wine wouldn't be that hard. If Linux provides a way to get the MAC that is.
I assume Linux does but I don't know how. Does anybody else know?
Wine already does that, see UuidCreate()
Rein.