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

Вниз

IP -> MAC и наоборот   Найти похожие ветки 

 
Demetrius ©   (2003-09-15 14:15) [0]

Есть ли возможность средствали дельфи узнать MAC-адрес из IP-адреса и наоборот.
Спасибо


 
Verg ©   (2003-09-15 16:45) [1]

Для Win2k, WinXP...

узнать MAC-адрес из IP-адреса:

interface
uses windows;

function SendARP(DestIP:DWORD;SrcIP:DWORD; var pMacAddr; var PhyAddrLen:DWORD):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";
end.



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

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

Наверх




Память: 0.46 MB
Время: 0.054 c
4-42315
Akvilon
2003-09-06 18:42
2003.11.13
SetWindowLong(hwnd, GWL_WNDPROC ...


1-41302
Ломброзо
2003-10-31 11:04
2003.11.13
Можно ли убрать 3D border у DateTimePicker


14-41952
Ш-К
2003-10-20 13:15
2003.11.13
Delphi&1C


1-41686
Dima1
2003-10-24 19:41
2003.11.13
Нужен совет, как можно сделать автоматич. появление-пропадание ..


1-41257
Micah'GF
2003-11-04 16:13
2003.11.13
Передача класса в качестве параметра другой процедуре