Function kernel32::GetProcessTimes
[−]
[src]
pub unsafe extern "system" fn GetProcessTimes(
hProcess: HANDLE,
lpCreationTime: LPFILETIME,
lpExitTime: LPFILETIME,
lpKernelTime: LPFILETIME,
lpUserTime: LPFILETIME
) -> BOOL