Hi,
I am working on an intermediate driver for Win2k. In my intermediate
driver, I need to know the 6 byte MAC address of the network card that I
am controlling. I have tried using the NdisReadNetworkAddress()
function, but the call fails. I think it fails because the function
expects the MAC address to be written in the registry under a
NetworkAddress key that is not there. So after banging my head against
that problem for a while, I decided to look for a different way to get
the network address. I found this: OID_802_3_PERMANENT_ADDRESS . It
seems that I can call NdisRequest, pass it this OID, and get the
information I need. However, I have been unsuccessful so far. Can you
please send me information, a link, a suggestion, cold compress, etc?
Thanks,
John
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com