GetLastErrorFromTeb

DWORD GetLastErrorFromTeb(VOID)
{
	return GetTeb()->LastErrorValue;
}

Last updated