Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32.c6984 static ImpersonateSelf_Proc s_pfn_Impersonate_Self = NULL; in impersonate_self() local
6994 s_pfn_Impersonate_Self = (ImpersonateSelf_Proc) in impersonate_self()
6997 if (s_pfn_Impersonate_Self == NULL) in impersonate_self()
7001 return s_pfn_Impersonate_Self (ImpersonationLevel); in impersonate_self()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32.c6885 static ImpersonateSelf_Proc s_pfn_Impersonate_Self = NULL; in impersonate_self() local
6895 s_pfn_Impersonate_Self = (ImpersonateSelf_Proc) in impersonate_self()
6898 if (s_pfn_Impersonate_Self == NULL) in impersonate_self()
6902 return s_pfn_Impersonate_Self (ImpersonationLevel); in impersonate_self()