Searched refs:_testfunc_byval (Results 1 – 3 of 3) sorted by relevance
147 result = dll._testfunc_byval(ptin, byref(ptout))155 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))156 dll._testfunc_byval.restype = c_int157 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
309 result = dll._testfunc_byval(ptin, byref(ptout))317 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))318 dll._testfunc_byval.restype = c_int319 result = dll._testfunc_byval(ptin, byref(ptout))
500 EXPORT(int) _testfunc_byval(point in, point *pout) in _testfunc_byval() function