PsGetProcessExitTime function (ntifs.h)

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

Syntax

LARGE_INTEGER PsGetProcessExitTime();

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.

Requirements

Requirement Value
Target Platform Universal
Header ntifs.h (include Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <=DISPATCH_LEVEL

See also

ExSystemTimeToLocalTime

KeQuerySystemTime

PsIsThreadTerminating