Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PKTMON_PACKET_CONTEXT_ID enum defines the various packet context identifiers that can be registered with Packet Monitor.
Syntax
typedef enum _PKTMON_PACKET_CONTEXT_ID {
PktMonPacketContext_Unspecified,
PktMonPacketContext_HttpRequestId
} PKTMON_PACKET_CONTEXT_ID;
Constants
PktMonPacketContext_Unspecified The packet context is not defined. |
PktMonPacketContext_HttpRequestId The packet context is an HTTP request ID. |
Requirements
Requirement | Value |
---|---|
Header | pktmonnpik.h |