Searched refs:OleDLL (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ctypes/ |
D | __init__.py | 428 class OleDLL(CDLL): class 469 oledll = LibraryLoader(OleDLL)
|
/third_party/python/Doc/library/ |
D | ctypes.rst | 1345 .. class:: OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winm… 1365 :class:`WinDLL` and :class:`OleDLL` use the standard calling convention on this 1476 :class:`CDLL`, :class:`PyDLL`, :class:`WinDLL`, or :class:`OleDLL` types. 1505 Windows only: Creates :class:`OleDLL` instances.
|
/third_party/python/Lib/idlelib/ |
D | pyshell.py | 20 ctypes.OleDLL('shcore').SetProcessDpiAwareness(PROCESS_SYSTEM_DPI_AWARE)
|
D | NEWS.txt | 426 on your monitor, you can disable the ctypes.OleDLL call near the top of
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 2876 the :func:`DLL`, :func:`OleDLL`, and :func:`WinDLL` functions.
|