mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
f0b5d2bd5d
Some function names renamed to avoid confusion, some function annotations added.
6 lines
113 B
C++
6 lines
113 B
C++
#include "Win32Helper.h"
|
|
|
|
VOID SetLastErrorInTeb(_In_ DWORD ErrorCode)
|
|
{
|
|
GetTeb()->LastErrorValue = ErrorCode;
|
|
} |