From: Andrew Chalk on
Is there a SDK or Platform API call that will return the MAC address(es) in
a host?

Many thanks.


From: Jon Potter on
Have a look at http://support.microsoft.com/kb/118623.

Jon

"Andrew Chalk" <achalk(a)magnacartasoftware.com> wrote in message
news:O%23JxT%23YTHHA.5100(a)TK2MSFTNGP06.phx.gbl...
> Is there a SDK or Platform API call that will return the MAC address(es)
> in a host?
>
> Many thanks.
>

From: Andrew Chalk on
Thanks. I found SendARP() as well.

- A

"Jon Potter" <gpsoft(a)nospam.nospam> wrote in message
news:emYKjIZTHHA.1212(a)TK2MSFTNGP03.phx.gbl...
> Have a look at http://support.microsoft.com/kb/118623.
>
> Jon
>
> "Andrew Chalk" <achalk(a)magnacartasoftware.com> wrote in message
> news:O%23JxT%23YTHHA.5100(a)TK2MSFTNGP06.phx.gbl...
>> Is there a SDK or Platform API call that will return the MAC address(es)
>> in a host?
>>
>> Many thanks.
>>
>


From: Waleri Todorov on
GetAdaptersInfo()
IP_ADAPTER_INFO

"Andrew Chalk" <achalk(a)magnacartasoftware.com> wrote in message
news:O%23JxT%23YTHHA.5100(a)TK2MSFTNGP06.phx.gbl...
> Is there a SDK or Platform API call that will return the MAC address(es)
in
> a host?
>
> Many thanks.
>
>


From: Arkady Frenkel on
That ( second ) is better choice, because if netbios disabled ( possible
from W2K+ ) you can't use the first
Arkady
"Andrew Chalk" <achalk(a)magnacartasoftware.com> wrote in message
news:OUuFELZTHHA.920(a)TK2MSFTNGP05.phx.gbl...
> Thanks. I found SendARP() as well.
>
> - A
>
> "Jon Potter" <gpsoft(a)nospam.nospam> wrote in message
> news:emYKjIZTHHA.1212(a)TK2MSFTNGP03.phx.gbl...
>> Have a look at http://support.microsoft.com/kb/118623.
>>
>> Jon
>>
>> "Andrew Chalk" <achalk(a)magnacartasoftware.com> wrote in message
>> news:O%23JxT%23YTHHA.5100(a)TK2MSFTNGP06.phx.gbl...
>>> Is there a SDK or Platform API call that will return the MAC address(es)
>>> in a host?
>>>
>>> Many thanks.
>>>
>>
>
>