HomeSort by relevance Sort by last modified time
    Searched refs:PFN_DEACTIVATEACTCTX (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/
dl_nt.c 35 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
43 static PFN_DEACTIVATEACTCTX pfnDeactivateActCtx = NULL;
55 pfnDeactivateActCtx = (PFN_DEACTIVATEACTCTX) GetProcAddress(hKernel32, "DeactivateActCtx");
  /external/python/cpython3/PC/
dl_nt.c 43 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
51 static PFN_DEACTIVATEACTCTX pfnDeactivateActCtx = NULL;
63 pfnDeactivateActCtx = (PFN_DEACTIVATEACTCTX) GetProcAddress(hKernel32, "DeactivateActCtx");

Completed in 236 milliseconds