|
typedef long | LONG_PTR |
|
typedef DWORD | LCTYPE |
|
typedef DWORD | CALTYPE |
|
typedef DWORD | CALID |
|
typedef DWORD | LGRPID |
|
typedef DWORD | GEOID |
|
typedef DWORD | GEOTYPE |
|
typedef DWORD | GEOCLASS |
|
typedef BOOL(CALLBACK * | CALINFO_ENUMPROCEXEX) (LPWSTR, CALID, LPWSTR, LPARAM) |
|
typedef BOOL(CALLBACK * | DATEFMT_ENUMPROCEXEX) (LPWSTR, CALID, LPARAM) |
|
typedef BOOL(CALLBACK * | TIMEFMT_ENUMPROCEX) (LPWSTR, LPARAM) |
|
typedef BOOL(CALLBACK * | CALINFO_ENUMPROCA) (LPSTR) |
|
typedef BOOL(CALLBACK * | CALINFO_ENUMPROCW) (LPWSTR) |
|
typedef BOOL(CALLBACK * | CALINFO_ENUMPROCEXA) (LPSTR, CALID) |
|
typedef BOOL(CALLBACK * | CALINFO_ENUMPROCEXW) (LPWSTR, CALID) |
|
typedef BOOL(CALLBACK * | LANGUAGEGROUP_ENUMPROCA) (LGRPID, LPSTR, LPSTR, DWORD, LONG_PTR) |
|
typedef BOOL(CALLBACK * | LANGUAGEGROUP_ENUMPROCW) (LGRPID, LPWSTR, LPWSTR, DWORD, LONG_PTR) |
|
typedef BOOL(CALLBACK * | LANGGROUPLOCALE_ENUMPROCA) (LGRPID, LCID, LPSTR, LONG_PTR) |
|
typedef BOOL(CALLBACK * | LANGGROUPLOCALE_ENUMPROCW) (LGRPID, LCID, LPWSTR, LONG_PTR) |
|
typedef BOOL(CALLBACK * | UILANGUAGE_ENUMPROCW) (LPWSTR, LONG_PTR) |
|
typedef BOOL(CALLBACK * | UILANGUAGE_ENUMPROCA) (LPSTR, LONG_PTR) |
|
typedef BOOL(CALLBACK * | LOCALE_ENUMPROCA) (LPSTR) |
|
typedef BOOL(CALLBACK * | LOCALE_ENUMPROCW) (LPWSTR) |
|
typedef BOOL(CALLBACK * | LOCALE_ENUMPROCEX) (LPWSTR, DWORD, LPARAM) |
|
typedef BOOL(CALLBACK * | CODEPAGE_ENUMPROCA) (LPSTR) |
|
typedef BOOL(CALLBACK * | CODEPAGE_ENUMPROCW) (LPWSTR) |
|
typedef BOOL(CALLBACK * | DATEFMT_ENUMPROCA) (LPSTR) |
|
typedef BOOL(CALLBACK * | DATEFMT_ENUMPROCW) (LPWSTR) |
|
typedef BOOL(CALLBACK * | DATEFMT_ENUMPROCEXA) (LPSTR, CALID) |
|
typedef BOOL(CALLBACK * | DATEFMT_ENUMPROCEXW) (LPWSTR, CALID) |
|
typedef BOOL(CALLBACK * | TIMEFMT_ENUMPROCA) (LPSTR) |
|
typedef BOOL(CALLBACK * | TIMEFMT_ENUMPROCW) (LPWSTR) |
|
typedef BOOL(CALLBACK * | GEO_ENUMPROC) (GEOID) |
|
typedef enum NLS_FUNCTION | NLS_FUNCTION |
|
typedef struct _cpinfo | CPINFO |
|
typedef struct _cpinfo * | LPCPINFO |
|
typedef struct _cpinfoexA | CPINFOEXA |
|
typedef struct _cpinfoexA * | LPCPINFOEXA |
|
typedef struct _cpinfoexW | CPINFOEXW |
|
typedef struct _cpinfoexW * | LPCPINFOEXW |
|
typedef struct _currencyfmtA | CURRENCYFMTA |
|
typedef struct _currencyfmtA * | LPCURRENCYFMTA |
|
typedef struct _currencyfmtW | CURRENCYFMTW |
|
typedef struct _currencyfmtW * | LPCURRENCYFMTW |
|
typedef struct nlsversioninfo | NLSVERSIONINFO |
|
typedef struct nlsversioninfo * | LPNLSVERSIONINFO |
|
typedef struct _nlsversioninfoex | NLSVERSIONINFOEX |
|
typedef struct _nlsversioninfoex * | LPNLSVERSIONINFOEX |
|
typedef struct _numberfmtA | NUMBERFMTA |
|
typedef struct _numberfmtA * | LPNUMBERFMTA |
|
typedef struct _numberfmtW | NUMBERFMTW |
|
typedef struct _numberfmtW * | LPNUMBERFMTW |
|
typedef struct _FILEMUIINFO | FILEMUIINFO |
|
typedef struct _FILEMUIINFO * | PFILEMUIINFO |
|
typedef CPINFOEXA | CPINFOEX |
|
typedef LPCPINFOEXA | LPCPINFOEX |
|
typedef CURRENCYFMTA | CURRENCYFMT |
|
typedef LPCURRENCYFMTA | LPCURRENCYFMT |
|
typedef NUMBERFMTA | NUMBERFMT |
|
typedef LPNUMBERFMTA | LPNUMBERFMT |
|
|
int WINAPI | CompareStringA (_In_ LCID Locale, _In_ DWORD dwCmpFlags, _In_reads_(cchCount1) LPCSTR lpString1, _In_ int cchCount1, _In_reads_(cchCount2) LPCSTR lpString2, _In_ int cchCount2) |
|
int WINAPI | CompareStringW (_In_ LCID Locale, _In_ DWORD dwCmpFlags, _In_reads_(cchCount1) LPCWSTR lpString1, _In_ int cchCount1, _In_reads_(cchCount2) LPCWSTR lpString2, _In_ int cchCount2) |
|
LCID WINAPI | ConvertDefaultLocale (_In_ LCID) |
|
BOOL WINAPI | EnumCalendarInfoA (_In_ CALINFO_ENUMPROCA, _In_ LCID, _In_ CALID, _In_ CALTYPE) |
|
BOOL WINAPI | EnumCalendarInfoW (_In_ CALINFO_ENUMPROCW, _In_ LCID, _In_ CALID, _In_ CALTYPE) |
|
BOOL WINAPI | EnumDateFormatsA (_In_ DATEFMT_ENUMPROCA, _In_ LCID, _In_ DWORD) |
|
BOOL WINAPI | EnumDateFormatsW (_In_ DATEFMT_ENUMPROCW, _In_ LCID, _In_ DWORD) |
|
BOOL WINAPI | EnumSystemCodePagesA (_In_ CODEPAGE_ENUMPROCA, _In_ DWORD) |
|
BOOL WINAPI | EnumSystemCodePagesW (_In_ CODEPAGE_ENUMPROCW, _In_ DWORD) |
|
BOOL WINAPI | EnumSystemGeoID (_In_ GEOCLASS, _In_ GEOID, _In_ GEO_ENUMPROC) |
|
BOOL WINAPI | EnumSystemLocalesA (_In_ LOCALE_ENUMPROCA, _In_ DWORD) |
|
BOOL WINAPI | EnumSystemLocalesW (_In_ LOCALE_ENUMPROCW, _In_ DWORD) |
|
WINBASEAPI BOOL WINAPI | EnumSystemLocalesEx (_In_ LOCALE_ENUMPROCEX lpLocaleEnumProcEx, _In_ DWORD dwFlags, _In_ LPARAM lParam, _In_opt_ LPVOID lpReserved) |
|
BOOL WINAPI | EnumTimeFormatsA (_In_ TIMEFMT_ENUMPROCA, _In_ LCID, _In_ DWORD) |
|
BOOL WINAPI | EnumTimeFormatsW (_In_ TIMEFMT_ENUMPROCW, _In_ LCID, _In_ DWORD) |
|
int WINAPI | FoldStringA (_In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(cchDest) LPSTR lpDestStr, _In_ int cchDest) |
|
int WINAPI | FoldStringW (_In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(cchDest) LPWSTR lpDestStr, _In_ int cchDest) |
|
UINT WINAPI | GetACP (void) |
|
int WINAPI | GetCalendarInfoA (_In_ LCID Locale, _In_ CALID Calendar, _In_ CALTYPE CalType, _Out_writes_opt_(cchData) LPSTR lpCalData, _In_ int cchData, _Out_opt_ LPDWORD lpValue) |
|
int WINAPI | GetCalendarInfoW (_In_ LCID Locale, _In_ CALID Calendar, _In_ CALTYPE CalType, _Out_writes_opt_(cchData) LPWSTR lpCalData, _In_ int cchData, _Out_opt_ LPDWORD lpValue) |
|
BOOL WINAPI | GetCPInfo (_In_ UINT, _Out_ LPCPINFO) |
|
BOOL WINAPI | GetCPInfoExA (_In_ UINT, _In_ DWORD, _Out_ LPCPINFOEXA) |
|
BOOL WINAPI | GetCPInfoExW (_In_ UINT, _In_ DWORD, _Out_ LPCPINFOEXW) |
|
int WINAPI | GetCurrencyFormatA (_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCSTR lpValue, _In_opt_ const CURRENCYFMTA *lpFormat, _Out_writes_opt_(cchCurrency) LPSTR lpCurrencyStr, _In_ int cchCurrency) |
|
int WINAPI | GetCurrencyFormatW (_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCWSTR lpValue, _In_opt_ const CURRENCYFMTW *lpFormat, _Out_writes_opt_(cchCurrency) LPWSTR lpCurrencyStr, _In_ int cchCurrency) |
|
int WINAPI | GetDateFormatA (LCID, DWORD, const SYSTEMTIME *, LPCSTR, LPSTR, int) |
|
int WINAPI | GetDateFormatW (LCID, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int) |
|
int WINAPI | GetDateFormatEx (LPCWSTR, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int, LPCWSTR) |
|
int WINAPI | GetGeoInfoA (_In_ GEOID Location, _In_ GEOTYPE GeoType, _Out_writes_opt_(cchData) LPSTR lpGeoData, _In_ int cchData, _In_ LANGID LangId) |
|
int WINAPI | GetGeoInfoW (_In_ GEOID Location, _In_ GEOTYPE GeoType, _Out_writes_opt_(cchData) LPWSTR lpGeoData, _In_ int cchData, _In_ LANGID LangId) |
|
int WINAPI | GetLocaleInfoA (_In_ LCID Locale, _In_ LCTYPE LCType, _Out_writes_opt_(cchData) LPSTR lpLCData, _In_ int cchData) |
|
int WINAPI | GetLocaleInfoW (_In_ LCID Locale, _In_ LCTYPE LCType, _Out_writes_opt_(cchData) LPWSTR lpLCData, _In_ int cchData) |
|
BOOL WINAPI | GetNLSVersion (_In_ NLS_FUNCTION, _In_ LCID, _Inout_ LPNLSVERSIONINFO) |
|
BOOL WINAPI | GetNLSVersionEx (_In_ NLS_FUNCTION function, _In_ LPCWSTR lpLocaleName, _Inout_ LPNLSVERSIONINFOEX lpVersionInformation) |
|
int WINAPI | GetNumberFormatA (_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCSTR lpValue, _In_opt_ const NUMBERFMTA *lpFormat, _Out_writes_opt_(cchNumber) LPSTR lpNumberStr, _In_ int cchNumber) |
|
int WINAPI | GetNumberFormatW (_In_ LCID Locale, _In_ DWORD dwFlags, _In_ LPCWSTR lpValue, _In_opt_ const NUMBERFMTW *lpFormat, _Out_writes_opt_(cchNumber) LPWSTR lpNumberStr, _In_ int cchNumber) |
|
UINT WINAPI | GetOEMCP (void) |
|
BOOL WINAPI | GetStringTypeA (_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_ LPWORD lpCharType) |
|
BOOL WINAPI | GetStringTypeW (_In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_ LPWORD lpCharType) |
|
BOOL WINAPI | GetStringTypeExA (_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_(cchSrc) LPWORD lpCharType) |
|
BOOL WINAPI | GetStringTypeExW (_In_ LCID Locale, _In_ DWORD dwInfoType, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_(cchSrc) LPWORD lpCharType) |
|
LANGID WINAPI | GetSystemDefaultLangID (void) |
|
LCID WINAPI | GetSystemDefaultLCID (void) |
|
LCID WINAPI | GetThreadLocale (void) |
|
int WINAPI | GetTimeFormatA (LCID, DWORD, const SYSTEMTIME *, LPCSTR, LPSTR, int) |
|
int WINAPI | GetTimeFormatW (LCID, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int) |
|
int WINAPI | GetTimeFormatEx (LPCWSTR, DWORD, const SYSTEMTIME *, LPCWSTR, LPWSTR, int) |
|
LANGID WINAPI | GetUserDefaultLangID (void) |
|
WINBASEAPI int WINAPI | GetUserDefaultLocaleName (_Out_writes_(cchLocaleName) LPWSTR lpLocaleName, _In_ int cchLocaleName) |
|
LCID WINAPI | GetUserDefaultLCID (void) |
|
GEOID WINAPI | GetUserGeoID (_In_ GEOCLASS) |
|
BOOL WINAPI | IsDBCSLeadByte (_In_ BYTE) |
|
BOOL WINAPI | IsDBCSLeadByteEx (_In_ UINT, _In_ BYTE) |
|
BOOL WINAPI | IsNLSDefinedString (_In_ NLS_FUNCTION Function, _In_ DWORD dwFlags, _In_ LPNLSVERSIONINFO lpVersionInformation, _In_reads_(cchStr) LPCWSTR lpString, _In_ int cchStr) |
|
BOOL WINAPI | IsValidCodePage (_In_ UINT) |
|
BOOL WINAPI | IsValidLocale (_In_ LCID, _In_ DWORD) |
|
int WINAPI | LCMapStringA (_In_ LCID Locale, _In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(_Inexpressible_(cchDest)) LPSTR lpDestStr, _In_ int cchDest) |
|
int WINAPI | LCMapStringW (_In_ LCID Locale, _In_ DWORD dwMapFlags, _In_reads_(cchSrc) LPCWSTR lpSrcStr, _In_ int cchSrc, _Out_writes_opt_(_Inexpressible_(cchDest)) LPWSTR lpDestStr, _In_ int cchDest) |
|
int WINAPI | MultiByteToWideChar (UINT, DWORD, LPCSTR, int, LPWSTR, int) |
|
int WINAPI | SetCalendarInfoA (_In_ LCID, _In_ CALID, _In_ CALTYPE, _In_ LPCSTR) |
|
int WINAPI | SetCalendarInfoW (_In_ LCID, _In_ CALID, _In_ CALTYPE, _In_ LPCWSTR) |
|
BOOL WINAPI | SetLocaleInfoA (_In_ LCID, _In_ LCTYPE, _In_ LPCSTR) |
|
BOOL WINAPI | SetLocaleInfoW (_In_ LCID, _In_ LCTYPE, _In_ LPCWSTR) |
|
BOOL WINAPI | SetThreadLocale (_In_ LCID) |
|
LANGID WINAPI | SetThreadUILanguage (_In_ LANGID) |
|
BOOL WINAPI | SetUserDefaultLCID (LCID) |
|
BOOL WINAPI | SetUserDefaultUILanguage (LANGID) |
|
BOOL WINAPI | SetUserGeoID (_In_ GEOID) |
|
int WINAPI | WideCharToMultiByte (UINT, DWORD, LPCWSTR, int, LPSTR, int, LPCSTR, LPBOOL) |
|
WINBASEAPI int WINAPI | LCIDToLocaleName (_In_ LCID Locale, _Out_writes_opt_(cchName) LPWSTR lpName, _In_ int cchName, _In_ DWORD dwFlags) |
|