Searched refs:pfnGetCurrentActCtx (Results 1 – 1 of 1) sorted by relevance
41 static PFN_GETCURRENTACTCTX pfnGetCurrentActCtx = NULL; variable51 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()