Home
last modified time | relevance | path

Searched refs:winmode (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py343 winmode=None): argument
359 if winmode is not None:
360 mode = winmode
/third_party/python/Doc/library/
Dctypes.rst1323 …s:: CDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None)
1345 …: OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None)
1358 …: WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None)
1410 The *winmode* parameter is used on Windows to specify how the library is loaded
1418 Added *winmode* parameter.
/third_party/icu/icu4c/source/data/
Dmakedata.mak468 # If you modify this, modify winmode.c in pkgdata.
/third_party/skia/third_party/externals/icu/source/data/
Dmakedata.mak468 # If you modify this, modify winmode.c in pkgdata.
/third_party/flutter/skia/third_party/externals/icu/source/data/
Dmakedata.mak1065 # If you modify this, modify winmode.c in pkgdata.
/third_party/python/Doc/whatsnew/
D3.8.rst743 On Windows, :class:`~ctypes.CDLL` and subclasses now accept a *winmode* parameter