ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _DOS_COUNTRY_INFO |
struct | _DOS_COUNTRY_INFO_EX |
struct | _DOS_COUNTRY_INFO_2 |
Typedefs | |
typedef struct _DOS_COUNTRY_INFO | DOS_COUNTRY_INFO |
typedef struct _DOS_COUNTRY_INFO * | PDOS_COUNTRY_INFO |
typedef struct _DOS_COUNTRY_INFO_EX | DOS_COUNTRY_INFO_EX |
typedef struct _DOS_COUNTRY_INFO_EX * | PDOS_COUNTRY_INFO_EX |
typedef struct _DOS_COUNTRY_INFO_2 | DOS_COUNTRY_INFO_2 |
typedef struct _DOS_COUNTRY_INFO_2 * | PDOS_COUNTRY_INFO_2 |
Functions | |
C_ASSERT (sizeof(DOS_COUNTRY_INFO)==0x22) | |
C_ASSERT (sizeof(DOS_COUNTRY_INFO_EX)==0x28) | |
WORD | DosGetCountryInfo (IN OUT PWORD CountryId, OUT PDOS_COUNTRY_INFO CountryInfo) |
WORD | DosGetCountryInfoEx (IN BYTE InfoId, IN WORD CodePage, IN WORD CountryId, OUT PDOS_COUNTRY_INFO_2 CountryInfo, IN OUT PWORD BufferSize) |
WORD | DosIfCharYesNo (WORD Char) |
CHAR | DosToUpper (CHAR Char) |
VOID | DosToUpperStrN (PCHAR DestStr, PCHAR SrcStr, WORD Length) |
VOID | DosToUpperStrZ (PSTR DestStr, PSTR SrcStr) |
BOOLEAN | DosCountryInitialize (VOID) |
typedef struct _DOS_COUNTRY_INFO DOS_COUNTRY_INFO |
typedef struct _DOS_COUNTRY_INFO * PDOS_COUNTRY_INFO |
typedef struct _DOS_COUNTRY_INFO_2 * PDOS_COUNTRY_INFO_2 |
typedef struct _DOS_COUNTRY_INFO_EX * PDOS_COUNTRY_INFO_EX |
C_ASSERT | ( | sizeof(DOS_COUNTRY_INFO) | = =0x22 | ) |
C_ASSERT | ( | sizeof(DOS_COUNTRY_INFO_EX) | = =0x28 | ) |
Definition at line 236 of file country.c.
Referenced by DosKRNLInitialize().
Definition at line 77 of file country.c.
Referenced by DosGetCountryInfoEx(), and DosInt21h().
WORD DosGetCountryInfoEx | ( | IN BYTE | InfoId, |
IN WORD | CodePage, | ||
IN WORD | CountryId, | ||
OUT PDOS_COUNTRY_INFO_2 | CountryInfo, | ||
IN OUT PWORD | BufferSize | ||
) |
Definition at line 141 of file country.c.
Referenced by DosInt21h().
Definition at line 204 of file country.c.
Referenced by DosInt21h().
Definition at line 218 of file country.c.
Referenced by DosInt21h().
Definition at line 224 of file country.c.
Referenced by DosInt21h().