Edit

Share via


SyscallExitEvent Struct

Definition

Represents the return from a system call.

public struct SyscallExitEvent
type SyscallExitEvent = struct
Public Structure SyscallExitEvent
Inheritance
SyscallExitEvent

Constructors

SyscallExitEvent(TraceTimestamp, Int32, Int32)

Initializes a new instance of the SyscallExitEvent structure.

Properties

Processor

Gets the index of the processor on which the system call returned.

ReturnValue

Gets the value returned by the system call function.

Timestamp

Gets the timestamp at which the syscall exit event was logged in the trace.

Applies to