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

Function SetLastError

pydevd_attach_to_process/winappdbg/win32/kernel32.py:2189–2193  ·  view source on GitHub ↗
(dwErrCode)

Source from the content-addressed store, hash-verified

2187# __in DWORD dwErrCode
2188# );
2189def SetLastError(dwErrCode):
2190 _SetLastError = windll.kernel32.SetLastError
2191 _SetLastError.argtypes = [DWORD]
2192 _SetLastError.restype = None
2193 _SetLastError(dwErrCode)
2194
2195
2196# UINT WINAPI GetErrorMode(void);

Callers 15

GetWindowLongAFunction · 0.90
GetWindowLongWFunction · 0.90
GetWindowLongPtrAFunction · 0.90
GetWindowLongPtrWFunction · 0.90
SetWindowLongAFunction · 0.90
SetWindowLongWFunction · 0.90
SetWindowLongPtrAFunction · 0.90
SetWindowLongPtrWFunction · 0.90
GetWindowFunction · 0.90
GetParentFunction · 0.90
GetAncestorFunction · 0.90
MapWindowPointsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected