SyscallExitEvent(TraceTimestamp, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.