OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFN_DEACTIVATEACTCTX
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/PC/
dl_nt.c
35
typedef BOOL (WINAPI *
PFN_DEACTIVATEACTCTX
)(DWORD, ULONG_PTR);
43
static
PFN_DEACTIVATEACTCTX
pfnDeactivateActCtx = NULL;
55
pfnDeactivateActCtx = (
PFN_DEACTIVATEACTCTX
) GetProcAddress(hKernel32, "DeactivateActCtx");
/external/python/cpython3/PC/
dl_nt.c
43
typedef BOOL (WINAPI *
PFN_DEACTIVATEACTCTX
)(DWORD, ULONG_PTR);
51
static
PFN_DEACTIVATEACTCTX
pfnDeactivateActCtx = NULL;
63
pfnDeactivateActCtx = (
PFN_DEACTIVATEACTCTX
) GetProcAddress(hKernel32, "DeactivateActCtx");
Completed in 236 milliseconds