Update GetLastErrorAlt.c

This commit is contained in:
vxunderground 2021-06-03 19:34:46 -05:00 committed by GitHub
orang tua ca48b3d11c
melakukan 27ab6961e8
Tidak diketahui kunci yang ditemukan di database signature
GPG Key ID: 4AEE18F83AFDEB23

Melihat File

@ -12,7 +12,10 @@ Return value:
The return value is the calling thread's last-error code.
Remarks:
This function requires the TEB structure to be defined, GetTeb function must also be present.
Requires:
GetTeb: https://github.com/vxunderground/WinAPI-Tricks/blob/main/GetTEB.c
TEB structure: https://github.com/vxunderground/WinAPI-Tricks/blob/main/Headers/TEB.h
Author:
smelly__vx | June 3rd, 2021