Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallproc.c813 DWORD dwExceptionCode = 0; in _call_function_pointer() local
921 &dwExceptionCode, &record)) { in _call_function_pointer()
941 if (dwExceptionCode) { in _call_function_pointer()
942 SetException(dwExceptionCode, &record); in _call_function_pointer()