Home
last modified time | relevance | path

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

/external/python/cpython3/PC/clinic/
Dwinreg.c.h1397 winreg_SetValue_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
1436 return_value = winreg_SetValue_impl(module, key, sub_key, type, value_obj); in winreg_SetValue()
/external/python/cpython3/PC/
Dwinreg.c1747 winreg_SetValue_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_SetValue_impl() function