[][src]Function CCODE::GetProcessTimes

pub unsafe extern "C" fn GetProcessTimes(
    hProcess: HANDLE,
    lpCreationTime: LPFILETIME,
    lpExitTime: LPFILETIME,
    lpKernelTime: LPFILETIME,
    lpUserTime: LPFILETIME
) -> BOOL