EVENT_EXTENDED_ITEM_STACK_KEY64 structure (evntcons.h)

Defines an extended item stack key on a 64-bit computer.

Syntax

typedef struct _EVENT_EXTENDED_ITEM_STACK_KEY64 {
  ULONG64 MatchId;
  ULONG64 StackKey;
} EVENT_EXTENDED_ITEM_STACK_KEY64, *PEVENT_EXTENDED_ITEM_STACK_KEY64;

Members

MatchId

A unique identifier that you use to match the kernel-mode calls to the user-mode calls; the kernel-mode calls and user-mode calls are captured in separate events if the environment prevents both from being captured in the same event. If the kernel-mode and user-mode calls were captured in the same event, the value is zero.

StackKey

The key.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header evntcons.h