Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Ddl_nt.c33 typedef BOOL (WINAPI * PFN_GETCURRENTACTCTX)(HANDLE *); typedef
41 static PFN_GETCURRENTACTCTX pfnGetCurrentActCtx = NULL;
51 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers()
/external/python/cpython3/PC/
Ddl_nt.c41 typedef BOOL (WINAPI * PFN_GETCURRENTACTCTX)(HANDLE *); typedef
49 static PFN_GETCURRENTACTCTX pfnGetCurrentActCtx = NULL;
59 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers()