Searched refs:PyWin_DLLhModule (Results 1 – 5 of 5) sorted by relevance
17 HMODULE PyWin_DLLhModule = NULL; variable27 PyWin_DLLhModule = hInst; in DllMain()
10 void *PyWin_DLLhModule = NULL; variable
154 extern HMODULE PyWin_DLLhModule;169 if (PyWin_DLLhModule && GetModuleFileNameW(PyWin_DLLhModule, py3path, MAXPATHLEN)) {
52 extern void *PyWin_DLLhModule;3522 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_InitCore()
808 extern HMODULE PyWin_DLLhModule; in library_to_dict()809 if (PyWin_DLLhModule) { in library_to_dict()810 return winmodule_to_dict(dict, key, PyWin_DLLhModule); in library_to_dict()