Home
last modified time | relevance | path

Searched refs:lpCreationTime (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/winapi/
Dget_thread_times.hpp28 ::_FILETIME* lpCreationTime,
40 LPFILETIME_ lpCreationTime, in GetThreadTimes() argument
47 reinterpret_cast< ::_FILETIME* >(lpCreationTime), in GetThreadTimes()
Dget_process_times.hpp31 ::_FILETIME* lpCreationTime,
43 LPFILETIME_ lpCreationTime, in GetProcessTimes() argument
50 reinterpret_cast< ::_FILETIME* >(lpCreationTime), in GetProcessTimes()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp646 ( void *hProcess, interprocess_filetime* lpCreationTime in get_process_times() argument
649 { return 0 != GetProcessTimes(hProcess, lpCreationTime, lpExitTime, lpKernelTime, lpUserTime); } in get_process_times()