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.h1265 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const wchar_t *name);
1293 return_value = winreg_QueryValueEx_impl(module, key, name); in winreg_QueryValueEx()
/external/python/cpython3/PC/
Dwinreg.c1616 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const wchar_t *name) in winreg_QueryValueEx_impl() function