malware source code
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Error Handling
GetLastNtStatusFromTeb
Copy
NTSTATUS GetLastNtStatusFromTeb(VOID)
{
return GetTeb()->LastStatusValue;
}
Previous
GetLastErrorFromTeb
Next
RtlNtStatusToDosErrorViaImport
Last updated
1 year ago