Searched refs:winreg_SetValue_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 1397 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/ |
D | winreg.c | 1747 winreg_SetValue_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_SetValue_impl() function
|