Home
last modified time | relevance | path

Searched refs:inherit_handle (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A D_winapi.c.h428 " target_process_handle, desired_access, inherit_handle,\n"
445 DWORD desired_access, BOOL inherit_handle,
456 BOOL inherit_handle; in _winapi_DuplicateHandle() local
461 &source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle()
464 _return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options); in _winapi_DuplicateHandle()
761 "OpenFileMapping($module, desired_access, inherit_handle, name, /)\n"
770 BOOL inherit_handle, LPCWSTR name);
777 BOOL inherit_handle; in _winapi_OpenFileMapping() local
782 &desired_access, &inherit_handle, _PyUnicode_WideCharString_Converter, &name)) { in _winapi_OpenFileMapping()
785 _return_value = _winapi_OpenFileMapping_impl(module, desired_access, inherit_handle, nam in _winapi_OpenFileMapping()
820 BOOL inherit_handle; _winapi_OpenProcess() local
[all...]
/third_party/python/Modules/
H A D_winapi.c1177 inherit_handle: BOOL
1192 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl()
1206 inherit_handle, in _winapi_DuplicateHandle_impl()
1433 inherit_handle: BOOL
1440 BOOL inherit_handle, LPCWSTR name) in _winapi_OpenFileMapping_impl()
1446 handle = OpenFileMappingW(desired_access, inherit_handle, name); in _winapi_OpenFileMapping_impl()
1463 inherit_handle: BOOL
1470 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl()
1481 handle = OpenProcess(desired_access, inherit_handle, process_id); in _winapi_OpenProcess_impl()
1189 _winapi_DuplicateHandle_impl(PyObject *module, HANDLE source_process_handle, HANDLE source_handle, HANDLE target_process_handle, DWORD desired_access, BOOL inherit_handle, DWORD options) _winapi_DuplicateHandle_impl() argument
1439 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, LPCWSTR name) _winapi_OpenFileMapping_impl() argument
1469 _winapi_OpenProcess_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, DWORD process_id) _winapi_OpenProcess_impl() argument

Completed in 6 milliseconds