Function windows_sys::Win32::System::Threading::GetThreadTimes
[−]pub unsafe extern "system" fn GetThreadTimes(
hthread: HANDLE,
lpcreationtime: *mut FILETIME,
lpexittime: *mut FILETIME,
lpkerneltime: *mut FILETIME,
lpusertime: *mut FILETIME
) -> BOOLExpand description
Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’