SyscallExitEvent(TraceTimestamp, Int32, Int32) Constructor

Definition

Initializes a new instance of the SyscallExitEvent structure.

public SyscallExitEvent (Microsoft.Windows.EventTracing.TraceTimestamp timestamp, int returnValue, int processor);
new Microsoft.Windows.EventTracing.Syscalls.SyscallExitEvent : Microsoft.Windows.EventTracing.TraceTimestamp * int * int -> Microsoft.Windows.EventTracing.Syscalls.SyscallExitEvent
Public Sub New (timestamp As TraceTimestamp, returnValue As Integer, processor As Integer)

Parameters

timestamp
TraceTimestamp

The timestamp at which the event was logged in the trace.

returnValue
Int32

The value returned by the system call function.

processor
Int32

The index of the processor on which the system call was made.

Applies to