ReactOS 0.4.15-dev-7907-g95bf896
locale_search_t Struct Reference

Public Attributes

char search_language [MAX_ELEM_LEN]
 
char search_country [MAX_ELEM_LEN]
 
char search_codepage [MAX_ELEM_LEN]
 
char found_codepage [MAX_ELEM_LEN]
 
unsigned int match_flags
 
LANGID found_lang_id
 

Detailed Description

Definition at line 107 of file locale.c.

Member Data Documentation

◆ found_codepage

char locale_search_t::found_codepage[MAX_ELEM_LEN]

Definition at line 111 of file locale.c.

◆ found_lang_id

LANGID locale_search_t::found_lang_id

Definition at line 113 of file locale.c.

◆ match_flags

unsigned int locale_search_t::match_flags

Definition at line 112 of file locale.c.

◆ search_codepage

char locale_search_t::search_codepage[MAX_ELEM_LEN]

Definition at line 110 of file locale.c.

◆ search_country

char locale_search_t::search_country[MAX_ELEM_LEN]

Definition at line 109 of file locale.c.

◆ search_language

char locale_search_t::search_language[MAX_ELEM_LEN]

Definition at line 108 of file locale.c.


The documentation for this struct was generated from the following file: