Searched refs:ReturnRect (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
D | test_win32.py | 117 ReturnRect = dll.ReturnRect 118 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT, 120 ReturnRect.restype = RECT 122 ret = ReturnRect(i, rect, pointer(rect), pt, rect,
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 734 EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr, in ReturnRect() function
|