Home
last modified time | relevance | path

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

/external/python/cpython3/PC/clinic/
Dwinreg.c.h1009 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *name);
1041 return_value = winreg_QueryValueEx_impl(module, key, name); in winreg_QueryValueEx()
/external/python/cpython3/PC/
Dwinreg.c1573 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *name) in winreg_QueryValueEx_impl() function