IPX_PATTERN structure (traffic.h)
The IPX_PATTERN structure applies a specific pattern or corresponding mask for the IPX protocol. The IPX_PATTERN structure designation is used by the traffic control interface in the application of packet filters.
Syntax
typedef struct _IPX_PATTERN {
struct {
ULONG NetworkAddress;
UCHAR NodeAddress[6];
USHORT Socket;
} Src;
__unnamed_struct_155d_4 Dest;
} IPX_PATTERN, *PIPX_PATTERN;
Members
Src
Src.NetworkAddress
Src.NodeAddress[6]
Src.Socket
Dest
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | traffic.h |