Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.07.31;
Скачать: CL | DM;

Вниз

Как узнать MAC-адрес   Найти похожие ветки 

 
Chris ©   (2003-05-25 18:32) [0]

Как узнать MAC-адрес другой машины, зная ее IP-адрес?


 
Verg ©   (2003-05-26 13:21) [1]

В Win2K это можно сделать функцией SendArp:

function SendARP(DestIP, SrcIP : TIpAddr;
pMacAddr,
PhyAddrLen :PULONG):DWORD; stdcall;

{Parameters
DestIP
[in] Destination IP address. The ARP request attempts to obtain the physical address that corresponds to this IP address.
SrcIP
[in] IP address of the sender. This parameter is optional. The caller may specify zero for the parameter.
pMacAddr
[out] Pointer to an array of ULONG variables. The first six bytes of this array receive the physical address that corresponds to the IP address specified by DestIP.
PhyAddrLen
[in, out] On input, specifies the maximum buffer size the user has set aside at pMacAddr to receive the MAC address, in bytes. On output, specifies the number of bytes written to pMacAddr.
Return Values
If the function succeeds, the return value is NO_ERROR.

If the function fails, use FormatMessage to obtain the message string for the returned error.
}

implementation

function SendARP; external "IPHLPAPI.DLL" name "SendARP";



Страницы: 1 вся ветка

Текущий архив: 2003.07.31;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.022 c
1-100674
Кен
2003-07-15 02:34
2003.07.31
Как узнать не текстовые координаты текстового курсора ?


1-100685
Anatoly P
2003-07-15 16:23
2003.07.31
MB_ICON...


8-100833
jel
2003-04-09 10:06
2003.07.31
Работа с палитрой


7-100991
Velikan
2003-05-20 02:16
2003.07.31
Как получить доступ к USB?


1-100806
Yuraz
2003-07-17 09:31
2003.07.31
Как узнать полный путь запущенной программы?