Home
last modified time | relevance | path

Searched refs:bInheritHandles (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/winapi/
Djobs.hpp63 boost::winapi::BOOL_ bInheritHandles,
71 boost::winapi::BOOL_ bInheritHandles,
111 BOOST_FORCEINLINE HANDLE_ open_job_object(DWORD_ dwDesiredAccess, BOOL_ bInheritHandles, LPCSTR_ lp… in open_job_object() argument
113 return ::OpenJobObjectA(dwDesiredAccess, bInheritHandles, lpName); in open_job_object()
130 BOOST_FORCEINLINE HANDLE_ open_job_object(DWORD_ dwDesiredAccess, BOOL_ bInheritHandles, LPCWSTR_ l… in open_job_object() argument
132 return ::OpenJobObjectW(dwDesiredAccess, bInheritHandles, lpName); in open_job_object()
Dprocess.hpp67 boost::winapi::INT_ bInheritHandles,
81 boost::winapi::INT_ bInheritHandles,
93 boost::winapi::INT_ bInheritHandles,
415 INT_ bInheritHandles, in CreateProcessA() argument
427 bInheritHandles, in CreateProcessA()
440 INT_ bInheritHandles, in create_process() argument
452 bInheritHandles, in create_process()
466 INT_ bInheritHandles, in CreateProcessW() argument
478 bInheritHandles, in CreateProcessW()
495 INT_ bInheritHandles, in create_process() argument
[all …]