PKTMON_DIRECTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pktmonnpik.h

typedef enum _PKTMON_DIRECTION {
  PktMonDir_In,
  PktMonDir_Out
} PKTMON_DIRECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pktmonnpik-pktmon_direction)

Description

The PKTMON_DIRECTION enum defines the two possible directions in which packets flow into, or out of a component.

Constants

PktMonDir_In

Specifies packets flowing into the component.

PktMonDir_Out

Specifies packets flowing out of the component.

Remarks

See also