Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dwinreg.c982 typedef LONG (WINAPI *RDKEFunc)(HKEY, const wchar_t*, REGSAM, int); in winreg_DeleteKeyEx_impl() typedef
983 RDKEFunc pfn = NULL; in winreg_DeleteKeyEx_impl()
990 pfn = (RDKEFunc)GetProcAddress(hMod, in winreg_DeleteKeyEx_impl()
/external/python/cpython2/PC/
D_winreg.c1100 typedef LONG (WINAPI *RDKEFunc)(HKEY, const char*, REGSAM, int); in PyDeleteKeyEx() typedef
1101 RDKEFunc pfn = NULL; in PyDeleteKeyEx()
1117 pfn = (RDKEFunc)GetProcAddress(hMod, in PyDeleteKeyEx()