Searched refs:WinError (Results 1 – 16 of 16) sorted by relevance
261 ULONG WinError; member319 IN ULONG WinError in _MapDosError() argument330 if (WinError == ErrorTable[i].WinError) in _MapDosError()340 if ((WinError >= ERROR_WRITE_PROTECT) && in _MapDosError()341 (WinError <= ERROR_SHARING_BUFFER_EXCEEDED)) in _MapDosError()345 else if ((WinError >= ERROR_INVALID_STARTING_CODESEG) && in _MapDosError()346 (WinError <= ERROR_INFLOOP_IN_RELOC_CHAIN)) in _MapDosError()
66 raise SerialException("could not open port %r: %r" % (self.portstr, ctypes.WinError()))202 …lueError("Cannot configure port, some setting was wrong. Original message: %r" % ctypes.WinError())260 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())270 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())289 raise SerialException("WriteFile failed (%r)" % ctypes.WinError())
6 raise ctypes.WinError()138 raise ctypes.WinError()199 raise ctypes.WinError()
108 e = WinError(ERROR_INVALID_PARAMETER)115 raise WinError()
94 raise WinError()
29 raise ctypes.WinError()
62 // see WinError.h comments for descriptions of errors
454 def WinError(code=None, descr=None): function
467 def WinError(code=None, descr=None): function
340 raise ctypes.WinError()349 raise ctypes.WinError()
498 ... raise WinError()512 ``WinError`` is a function which will call Windows ``FormatMessage()`` api to514 ``WinError`` takes an optional error code parameter, if no one is used, it calls1727 >>> from ctypes import POINTER, WINFUNCTYPE, windll, WinError1746 ... raise WinError()1760 ... raise WinError()1964 .. function:: WinError(code=None, descr=None)
487 ... raise WinError()501 ``WinError`` is a function which will call Windows ``FormatMessage()`` api to503 ``WinError`` takes an optional error code parameter, if no one is used, it calls1761 >>> from ctypes import POINTER, WINFUNCTYPE, windll, WinError1780 ... raise WinError()1794 ... raise WinError()2032 .. function:: WinError(code=None, descr=None)
482 raise ctypes.WinError()491 raise ctypes.WinError()
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...
5774 - Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror.