MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / GetLastError

Function GetLastError

pydevd_attach_to_process/winappdbg/win32/kernel32.py:2179–2183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2177
2178# DWORD WINAPI GetLastError(void);
2179def GetLastError():
2180 _GetLastError = windll.kernel32.GetLastError
2181 _GetLastError.argtypes = []
2182 _GetLastError.restype = DWORD
2183 return _GetLastError()
2184
2185
2186# void WINAPI SetLastError(

Callers 15

_acquire_mutexFunction · 0.90
FindWindowAFunction · 0.90
FindWindowWFunction · 0.90
FindWindowExAFunction · 0.90
FindWindowExWFunction · 0.90
GetWindowLongAFunction · 0.90
GetWindowLongWFunction · 0.90
GetWindowLongPtrAFunction · 0.90
GetWindowLongPtrWFunction · 0.90
SetWindowLongAFunction · 0.90
SetWindowLongWFunction · 0.90
SetWindowLongPtrAFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected