Files
vxunderground-VX-API/Windows API/Error Handling/EhGetLastError.cpp
T

5 lines
65 B
C++

DWORD EhGetLastError(VOID)
{
return GetTeb()->LastErrorValue;
}