Searched refs:RDKEFunc (Results 1 – 2 of 2) sorted by relevance
982 typedef LONG (WINAPI *RDKEFunc)(HKEY, const wchar_t*, REGSAM, int); in winreg_DeleteKeyEx_impl() typedef983 RDKEFunc pfn = NULL; in winreg_DeleteKeyEx_impl()990 pfn = (RDKEFunc)GetProcAddress(hMod, in winreg_DeleteKeyEx_impl()
1100 typedef LONG (WINAPI *RDKEFunc)(HKEY, const char*, REGSAM, int); in PyDeleteKeyEx() typedef1101 RDKEFunc pfn = NULL; in PyDeleteKeyEx()1117 pfn = (RDKEFunc)GetProcAddress(hMod, in PyDeleteKeyEx()