SyscallExitEvent Struct
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.
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. |