Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Ddl_nt.c41 static PFN_GETCURRENTACTCTX pfnGetCurrentActCtx = NULL; variable
51 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers()
53 if (pfnGetCurrentActCtx) { in _LoadActCtxPointers()
92 if (pfnGetCurrentActCtx && pfnAddRefActCtx) in DllMain()
93 if ((*pfnGetCurrentActCtx)(&PyWin_DLLhActivationContext)) in DllMain()