HomeSort by relevance Sort by last modified time
    Searched refs:inherit_handle (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/clinic/
_winapi.c.h 334 " target_process_handle, desired_access, inherit_handle,\n"
351 DWORD desired_access, BOOL inherit_handle,
362 BOOL inherit_handle; local
367 &source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) {
370 _return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options);
602 "OpenProcess($module, desired_access, inherit_handle, process_id, /)\n"
611 BOOL inherit_handle, DWORD process_id);
618 BOOL inherit_handle; local
623 &desired_access, &inherit_handle, &process_id)) {
626 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id)
    [all...]
  /external/python/cpython2/PC/
_subprocess.c 224 int inherit_handle; local
234 &inherit_handle,
245 inherit_handle,
  /external/python/cpython3/Modules/
_winapi.c 890 inherit_handle: BOOL
905 DWORD desired_access, BOOL inherit_handle,
919 inherit_handle,
    [all...]

Completed in 218 milliseconds