Searched refs:lpCreationTime (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/winapi/ |
D | get_thread_times.hpp | 28 ::_FILETIME* lpCreationTime, 40 LPFILETIME_ lpCreationTime, in GetThreadTimes() argument 47 reinterpret_cast< ::_FILETIME* >(lpCreationTime), in GetThreadTimes()
|
D | get_process_times.hpp | 31 ::_FILETIME* lpCreationTime, 43 LPFILETIME_ lpCreationTime, in GetProcessTimes() argument 50 reinterpret_cast< ::_FILETIME* >(lpCreationTime), in GetProcessTimes()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 646 ( void *hProcess, interprocess_filetime* lpCreationTime in get_process_times() argument 649 { return 0 != GetProcessTimes(hProcess, lpCreationTime, lpExitTime, lpKernelTime, lpUserTime); } in get_process_times()
|