INFO: Event Log Message for Security Event 592 (221212)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 4.0
- the operating system: Microsoft Windows 2000
- the operating system: Microsoft Windows XP
This article was previously published under Q221212 SUMMARY
When auditing the creation of a process, the system logs an event message similar to the following:
A new process has been created:
New Process ID: 2209180864
Image File Name: \temp\myprog.exe
Creator Process ID: 2159539168
User Name: SYSTEM
Domain: NT AUTHORITY
Logon ID: (0x0,0x3E7)
The type of process ID that is displayed in an audit log, depends on the version of Windows that you are running.
In MIcrosoft Windows NT 4.0 the Audit Process ID (APID) logged in this message is not the same as the Process ID (PID) returned in the PROCESS_INFORMATION structure passed to the CreateProcess() Win32 API. PIDs identify running processes on the system. When a process exits, its PID is recycled back to the system. In Windows NT 4.0, these PIDs are reused quickly as processes are created and destroyed.
In Microsoft Windows 2000 and Microsoft Windows XP, all audit logs use the actual PID when identifying a process. APIDs are NOT used in Windows 2000 and Windows XP.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
277743 APID Is Reported in Process Tracking Audit Events
Modification Type: | Major | Last Reviewed: | 12/17/2003 |
---|
Keywords: | kbAPI kbEventLog kbinfo kbKernBase kbSecurity KB221212 |
---|
|