SyscallEnterEvent 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 start of a system call.
public struct SyscallEnterEvent
type SyscallEnterEvent = struct
Public Structure SyscallEnterEvent
- Inheritance
-
SyscallEnterEvent
Constructors
SyscallEnterEvent(TraceTimestamp, Address, Int32) |
Initializes a new instance of the SyscallEnterEvent structure. |
Properties
FunctionAddress |
Gets the address of the system call being invoked. |
Processor |
Gets the index of the processor on which the system call was made. |
Timestamp |
Gets the timestamp at which the syscall enter event was logged in the trace. |