Home
last modified time | relevance | path

Searched refs:WINFUNCTYPE (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_funcptr.py5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE variable
15 X = WINFUNCTYPE(c_int, c_int, c_int)
27 StdCallback = WINFUNCTYPE(c_int, c_int, c_int)
42 if not WINFUNCTYPE is CFUNCTYPE:
46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
72 # This is no longer true, now that WINFUNCTYPE caches created types internally.
H A Dtest_functions.py13 WINFUNCTYPE
16 WINFUNCTYPE = CFUNCTYPE variable
245 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
H A Dtest_callbacks.py154 @need_symbol('WINFUNCTYPE')
157 functype = WINFUNCTYPE
201 @need_symbol('WINFUNCTYPE')
207 @WINFUNCTYPE(BOOL, HWND, LPARAM)
H A Dtest_pointers.py196 mth = WINFUNCTYPE(None)(42, "name", (), None)
H A Dtest_as_parameter.py9 CALLBACK_FUNCTYPE = WINFUNCTYPE
/third_party/python/Lib/test/
H A Dwin_console_handler.py11 from ctypes import wintypes, WINFUNCTYPE namespace
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
H A Dtest_codecs.py38 from ctypes import POINTER, WINFUNCTYPE, WinDLL namespace
52 prototype = WINFUNCTYPE(BOOL, UINT, DWORD, POINTER(CPINFOEXW))
/third_party/python/Lib/ctypes/
H A D__init__.py113 def WINFUNCTYPE(restype, *argtypes, **kw): function
134 if WINFUNCTYPE.__doc__:
135 WINFUNCTYPE.__doc__ = CFUNCTYPE.__doc__.replace("CFUNCTYPE", "WINFUNCTYPE")

Completed in 8 milliseconds