Sponsors

GetProcessTimes

Function name: GetProcessTimes

Defined in : kernel32

Requirements : Windows NT 3.1 or later; Win9x/ME: Not supported

Declaration:

Declare Function GetProcessTimes Lib "kernel32" (ByVal hProcess As Long, lpCreationTime As FILETIME, lpExitTime As FILETIME, lpKernelTime As FILETIME, lpUserTime As FILETIME) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Process

Categories