Describes an opened network adapter. More...
#include <Packet32.h>
Public Attributes | |
UINT | Flags |
Adapter's flags. Tell if this adapter must be treated in a different way, using the Netmon API or the dagc API. More... | |
HANDLE | hFile |
CHAR | Name [ADAPTER_NAME_LENGTH] |
int | NumWrites |
on the wire. More... | |
PWAN_ADAPTER | pWanAdapter |
HANDLE | ReadEvent |
UINT | ReadTimeOut |
ReadEvent will be signaled, also if no packets were captured. More... | |
CHAR | SymbolicLink [MAX_LINK_NAME_LENGTH] |
Describes an opened network adapter.
This structure is the most important for the functioning of packet.dll, but the great part of its fields should be ignored by the user, since the library offers functions that avoid to cope with low-level parameters
Definition at line 224 of file Packet32.h.