Searched defs:windll (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ctypes/test/ | ||
D | test_functions.py | 21 windll = WinDLL(_ctypes_test.__file__) variable |
/third_party/python/Lib/ctypes/ | ||
D | __init__.py | 468 windll = LibraryLoader(WinDLL) variable |