Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dwinreg.c1755 typedef LONG (WINAPI *RERKFunc)(HKEY); in winreg_EnableReflectionKey_impl() typedef
1756 RERKFunc pfn = NULL; in winreg_EnableReflectionKey_impl()
1763 pfn = (RERKFunc)GetProcAddress(hMod, in winreg_EnableReflectionKey_impl()
/external/python/cpython2/PC/
D_winreg.c1679 typedef LONG (WINAPI *RERKFunc)(HKEY); in PyEnableReflectionKey() typedef
1680 RERKFunc pfn = NULL; in PyEnableReflectionKey()
1692 pfn = (RERKFunc)GetProcAddress(hMod, in PyEnableReflectionKey()