windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/commonu/inc/langtax.h

26 lines
517 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// langtax.h
// rsarac & aguha
// July 10, 2000
#ifndef _LANGTAX
#define _LANGTAX
#ifdef __cplusplus
extern "C" {
#endif
extern int GetIndexFromLANG(WORD wIDLanguage);
extern int GetIndexFromLocale(wchar_t *wszLang);
extern int GetClassCountLANG(int iLangIndex);
extern wchar_t *GetClassNameLANG(int iLangIndex, int iClassIndex);
extern int GetClassFromLANG(int iLangIndex, wchar_t wChar);
extern BOOL IsLatinLANG(int iLangIndex);
extern wchar_t *GetNameLANG(int iLangIndex);
#ifdef __cplusplus
}
#endif
#endif