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
GetLastErrorFromTeb
Copy
DWORD GetLastErrorFromTeb(VOID)
{
return GetTeb()->LastErrorValue;
}
Previous
Error Handling
Next
GetLastNtStatusFromTeb
Last updated
1 year ago