For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetLastNtStatusFromTeb

NTSTATUS GetLastNtStatusFromTeb(VOID)
{
	return GetTeb()->LastStatusValue;
}

Last updated