Lines Matching refs:inherit_handle
428 " target_process_handle, desired_access, inherit_handle,\n"
445 DWORD desired_access, BOOL inherit_handle,
456 BOOL inherit_handle;
461 &source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) {
464 _return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options);
761 "OpenFileMapping($module, desired_access, inherit_handle, name, /)\n"
770 BOOL inherit_handle, LPCWSTR name);
777 BOOL inherit_handle;
782 &desired_access, &inherit_handle, _PyUnicode_WideCharString_Converter, &name)) {
785 _return_value = _winapi_OpenFileMapping_impl(module, desired_access, inherit_handle, name);
804 "OpenProcess($module, desired_access, inherit_handle, process_id, /)\n"
813 BOOL inherit_handle, DWORD process_id);
820 BOOL inherit_handle;
825 &desired_access, &inherit_handle, &process_id)) {
828 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id);