ISyscallEnterEventConsumer.Process(SyscallEnterEventContext) Method

Definition

Processes a syscall enter event.

public void Process (Microsoft.Windows.EventTracing.Syscalls.SyscallEnterEventContext eventContext);
abstract member Process : Microsoft.Windows.EventTracing.Syscalls.SyscallEnterEventContext -> unit
Public Sub Process (eventContext As SyscallEnterEventContext)

Parameters

eventContext
SyscallEnterEventContext

The syscall enter event to process.

Applies to