Home
last modified time | relevance | path

Searched refs:PFN_GETCURRENTACTCTX (Results 1 – 1 of 1) 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()