PsGetProcessExitTime - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

LARGE_INTEGER PsGetProcessExitTime();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-psgetprocessexittime)

PsGetProcessExitTime function

Description

The PsGetProcessExitTime routine returns the exit time for the current process.

Return value

PsGetProcessExitTime returns the exit time for the current process, in system time format.

Remarks

System time is a count of 100-nanosecond intervals since January 1, 1601. System time is typically updated approximately every ten milliseconds. This value is computed for the GMT time zone. To adjust this value for the local time zone, use ExSystemTimeToLocalTime.

For more information about converting time values, see Data Conversions.

See also

ExSystemTimeToLocalTime

KeQuerySystemTime

PsIsThreadTerminating