ReactOS 0.4.16-dev-340-g0540c21
|
Public Attributes | |
UINT | maxcount |
UINT | freeslot |
UINT | codepage |
UINT | sortcount |
struct msistring * | strings |
UINT * | sorted |
UINT string_table::codepage |
Definition at line 55 of file string.c.
Referenced by add_string(), id2string(), init_stringtable(), msi_get_string_table_codepage(), msi_save_string_table(), msi_set_string_table_codepage(), string2id(), and string_totalsize().
UINT string_table::freeslot |
Definition at line 54 of file string.c.
Referenced by init_stringtable(), set_st_entry(), and st_find_free_entry().
UINT string_table::maxcount |
Definition at line 53 of file string.c.
Referenced by id2string(), init_stringtable(), msi_destroy_stringtable(), msi_save_string_table(), msi_string_lookup(), st_find_free_entry(), and string_totalsize().
UINT string_table::sortcount |
Definition at line 56 of file string.c.
Referenced by find_insert_index(), init_stringtable(), insert_string_sorted(), and msi_string2id().
UINT* string_table::sorted |
Definition at line 58 of file string.c.
Referenced by find_insert_index(), init_stringtable(), insert_string_sorted(), msi_destroy_stringtable(), msi_string2id(), and st_find_free_entry().
Definition at line 57 of file string.c.
Referenced by add_string(), find_insert_index(), init_stringtable(), msi_add_string(), msi_destroy_stringtable(), msi_save_string_table(), msi_string2id(), msi_string_lookup(), set_st_entry(), st_find_free_entry(), and string_totalsize().