SysCallEnter class
This class is the event type class for system call enter events.
The following syntax is simplified from MOF code.
Syntax
[EventType{51}, EventTypeName{"SysClEnter"}]
class SysCallEnter : PerfInfo
{
uint32 SysCallAddress;
};
Members
The SysCallEnter class has these types of members:
Properties
The SysCallEnter class has these properties.
-
SysCallAddress
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(1), Pointer
Address of the NT function call that is being entered.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |