1.
for (int i=0;i<AdapterNum;i++)
if(PacketGetNetInfo(AdapterList[i], &netp, &maskp) == TRUE)
{
lpAdapter = PacketOpenAdapter(AdapterList[i]);
}
2.
PLONG is a pointer to long variables.
I hope I could help you.
-----Original Message-----
From: Roman Semenov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 7:28 PM
To: [EMAIL PROTECTED]
Subject: [WinPcap-users] HOWTO PacketGetNetInfoEx()?
Hi!
Sorry for my STUPID Question, but can you GET me a little example: how to
use this function - PacketGetNetInfoEx?
I'll try to translate this funcion from C to Delphi, but i can't understand
HOW use IT?
And second Q. is - PLONG? Is it *LONG type?!
Thanks...
With Best Regardz
Roman.