// pktmonnpik.h
typedef enum _PKTMON_PACKET_CONTEXT_ID {
PktMonPacketContext_Unspecified,
PktMonPacketContext_HttpRequestId
} PKTMON_PACKET_CONTEXT_ID;
View the official Windows Driver Kit DDI referenceNo description available.
The PKTMON_PACKET_CONTEXT_ID enum defines the various packet context identifiers that can be registered with Packet Monitor.
PktMonPacketContext_UnspecifiedThe packet context is not defined.
PktMonPacketContext_HttpRequestIdThe packet context is an HTTP request ID.