Function winapi::um::processthreadsapi::GetThreadTimes   
source · [−]pub unsafe extern "system" fn GetThreadTimes(
    hThread: HANDLE,
    lpCreationTime: LPFILETIME,
    lpExitTime: LPFILETIME,
    lpKernelTime: LPFILETIME,
    lpUserTime: LPFILETIME
) -> BOOL