Home
last modified time | relevance | path

Searched refs:OleDLL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py428 class OleDLL(CDLL): class
469 oledll = LibraryLoader(OleDLL)
/third_party/python/Doc/library/
Dctypes.rst1345 .. 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/
Dpyshell.py20 ctypes.OleDLL('shcore').SetProcessDpiAwareness(PROCESS_SYSTEM_DPI_AWARE)
DNEWS.txt426 on your monitor, you can disable the ctypes.OleDLL call near the top of
/third_party/python/Doc/whatsnew/
D2.6.rst2876 the :func:`DLL`, :func:`OleDLL`, and :func:`WinDLL` functions.