LCID GetCurrentLocaleFromTeb(VOID) { PTEB Teb = (PTEB)GetTeb(); return (LCID)Teb->CurrentLocale; }
Last updated 29 days ago