mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Create EhGetLastError.cpp
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DWORD EhGetLastError(VOID)
|
||||
{
|
||||
return GetTeb()->LastErrorValue;
|
||||
}
|
||||
Reference in New Issue
Block a user