Lines Matching refs:inherit_handle
399 DWORD desired_access, BOOL inherit_handle,
410 BOOL inherit_handle; in _winapi_DuplicateHandle() local
415 …cess_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle()
418 …rce_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options); in _winapi_DuplicateHandle()
698 BOOL inherit_handle, LPCWSTR name);
705 BOOL inherit_handle; in _winapi_OpenFileMapping() local
710 &desired_access, &inherit_handle, &name)) { in _winapi_OpenFileMapping()
713 _return_value = _winapi_OpenFileMapping_impl(module, desired_access, inherit_handle, name); in _winapi_OpenFileMapping()
736 BOOL inherit_handle, DWORD process_id);
743 BOOL inherit_handle; in _winapi_OpenProcess() local
748 &desired_access, &inherit_handle, &process_id)) { in _winapi_OpenProcess()
751 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id); in _winapi_OpenProcess()