Skip to main content

GetProcessTimes

Function GetProcessTimes 

Source
pub unsafe fn GetProcessTimes<'a>(
    hprocess: impl IntoParam<'a, HANDLE>,
    lpcreationtime: *mut FILETIME,
    lpexittime: *mut FILETIME,
    lpkerneltime: *mut FILETIME,
    lpusertime: *mut FILETIME,
) -> BOOL