Searched refs:pfnGetCurrentActCtx (Results 1 – 2 of 2) 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()
49 static PFN_GETCURRENTACTCTX pfnGetCurrentActCtx = NULL; variable59 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers()61 if (pfnGetCurrentActCtx) { in _LoadActCtxPointers()105 if (pfnGetCurrentActCtx && pfnAddRefActCtx) in DllMain()106 if ((*pfnGetCurrentActCtx)(&PyWin_DLLhActivationContext)) in DllMain()