ReactOS
0.4.14-dev-599-g2d4d3f5
|
Public Attributes | |
LPCWSTR | tablename |
UINT | number |
LPCWSTR | colname |
UINT | type |
UINT | offset |
INT | ref_count |
BOOL | temporary |
MSICOLUMNHASHENTRY ** | hash_table |
LPCWSTR tagMSICOLUMNINFO::colname |
Definition at line 55 of file table.c.
Referenced by get_tablecolumns(), TABLE_add_column(), TABLE_get_column_info(), and TABLE_modify().
MSICOLUMNHASHENTRY** tagMSICOLUMNINFO::hash_table |
Definition at line 60 of file table.c.
Referenced by get_tablecolumns(), TABLE_delete_row(), TABLE_find_matching_rows(), and TABLE_set_int().
UINT tagMSICOLUMNINFO::number |
Definition at line 54 of file table.c.
Referenced by get_tablecolumns(), TABLE_drop(), and TABLE_release().
UINT tagMSICOLUMNINFO::offset |
Definition at line 57 of file table.c.
Referenced by get_tablecolumns(), msi_table_get_row_size(), table_calc_column_offsets(), TABLE_fetch_int(), TABLE_find_matching_rows(), and TABLE_set_int().
INT tagMSICOLUMNINFO::ref_count |
Definition at line 58 of file table.c.
Referenced by get_tablecolumns(), TABLE_add_column(), TABLE_add_ref(), and TABLE_release().
LPCWSTR tagMSICOLUMNINFO::tablename |
Definition at line 53 of file table.c.
Referenced by get_tablecolumns(), TABLE_drop(), TABLE_get_column_info(), and TABLE_release().
BOOL tagMSICOLUMNINFO::temporary |
Definition at line 59 of file table.c.
Referenced by TABLE_get_column_info().
UINT tagMSICOLUMNINFO::type |
Definition at line 56 of file table.c.
Referenced by bytes_per_column(), compare_record(), get_stream_name(), get_tablecolumns(), msi_get_transform_record(), msi_record_encoded_stream_name(), msi_record_to_row(), msi_row_matches(), TABLE_add_ref(), TABLE_get_column_info(), TABLE_release(), TABLE_set_row(), and table_validate_new().