Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.32 KB

syscallexit.md

File metadata and controls

79 lines (50 loc) · 1.32 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
This class is the event type class for system call exit events. The following syntax is simplified from MOF code.
bb9a2770-f37b-4055-8811-59ba117adf82
SysCallExit class
reference
05/31/2018
APIRef
kbSyntax
SysCallExit
SysCallExit.SysCallNtStatus
NA

SysCallExit class

This class is the event type class for system call exit events.

The following syntax is simplified from MOF code.

Syntax

[EventType{52}, EventTypeName{"SysClExit"}]
class SysCallExit : PerfInfo
{
  uint32 SysCallNtStatus;
};

Members

The SysCallExit class has these types of members:

Properties

The SysCallExit class has these properties.

SysCallNtStatus

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1), Format("x")

Status code returned by the NT system call.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]