// pktmonnpik.h
typedef enum _PKTMON_DIRECTION {
PktMonDir_In,
PktMonDir_Out
} PKTMON_DIRECTION;
View the official Windows Driver Kit DDI referenceNo description available.
The PKTMON_DIRECTION enum defines the two possible directions in which packets flow into, or out of a component.
PktMonDir_InSpecifies packets flowing into the component.
PktMonDir_OutSpecifies packets flowing out of the component.