Searched refs:WinDLL (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_loading.py | 59 WinDLL("kernel32").GetModuleHandleW 64 WinDLL("coredll").GetModuleHandleW 70 dll = WinDLL(_ctypes_test.__file__)
|
D | test_errno.py | 51 dll = WinDLL("kernel32", use_last_error=True) 64 dll = WinDLL("kernel32", use_last_error=False)
|
D | test_cfuncs.py | 195 WinDLL 199 class stdcall_dll(WinDLL):
|
D | test_functions.py | 21 windll = WinDLL(_ctypes_test.__file__)
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 394 class WinDLL(CDLL): class 454 windll = LibraryLoader(WinDLL)
|
/external/python/cpython2/Lib/ |
D | platform.py | 570 Structure, WinDLL, _Pointer) 592 kernel32 = WinDLL('kernel32') 593 version = WinDLL('version')
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 6 _stdcall_libraries['kernel32'] = WinDLL('kernel32')
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 53 <WinDLL 'kernel32', handle ... at ...> 1372 .. class:: WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) 1379 :class:`WinDLL` and :class:`OleDLL` use the standard calling convention on this 1480 :class:`CDLL`, :class:`PyDLL`, :class:`WinDLL`, or :class:`OleDLL` types. 1504 Windows only: Creates :class:`WinDLL` instances.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2872 the :func:`DLL`, :func:`OleDLL`, and :func:`WinDLL` functions.
|