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
114 B
C++
6 lines
114 B
C++
#include "Win32Helper.h"
|
|
|
|
VOID SetLastNtStatusInTeb(_In_ NTSTATUS Status)
|
|
{
|
|
GetTeb()->LastStatusValue = Status;
|
|
} |