Dear all,
I'm trying to get MAC Address by calling Windows API (GetAdaptersInfo).
Which return all adapters information in a linked list style. Each structure
consist information of
one adapter and there is a pointer 'Next' which is a pointer to next
structure.
I declare this 'Next' pointer as LONG in VBA.
Now I can access the 1st structure only. Can anyone tell me how to use the
'Next' pointer to access other structures?
Thanks for help.


Reply With Quote