Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:Py_GetPath

1292     char* (__cdecl * Py_GetPath)(void);
1327 Py_GetPath = (char * (*)(void))GetProcAddress
1328 (hPython,"Py_GetPath");
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK);