Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcallproc.c790 DWORD dwExceptionCode = 0; in _call_function_pointer() local
846 &dwExceptionCode, &record)) { in _call_function_pointer()
868 if (dwExceptionCode) { in _call_function_pointer()
869 SetException(dwExceptionCode, &record); in _call_function_pointer()