ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
BYTE ** | data |
BOOL * | data_persistent |
UINT | row_count |
struct list | entry |
struct column_info * | colinfo |
UINT | col_count |
MSICONDITION | persistent |
LONG | ref_count |
WCHAR | name [1] |
UINT tagMSITABLE::col_count |
Definition at line 67 of file table.c.
Referenced by TABLE_add_column(), TABLE_CreateView(), TABLE_drop(), TABLE_release(), TABLE_remove_column(), TransformView_fetch_int(), and TransformView_fetch_stream().
struct column_info* tagMSITABLE::colinfo |
Definition at line 66 of file table.c.
Referenced by TABLE_add_column(), TABLE_CreateView(), TABLE_drop(), TABLE_release(), TABLE_remove_column(), and TransformView_delete().
BYTE** tagMSITABLE::data |
Definition at line 62 of file table.c.
Referenced by TABLE_add_column(), table_create_new_row(), TABLE_delete_row(), TABLE_fetch_int(), TABLE_insert_row(), TABLE_remove_column(), and table_set_bytes().
BOOL* tagMSITABLE::data_persistent |
Definition at line 63 of file table.c.
Referenced by table_create_new_row(), TABLE_delete_row(), TABLE_insert_row(), TABLE_set_row(), and TABLE_set_string().
Definition at line 65 of file table.c.
Referenced by TABLE_drop(), and TABLE_release().
WCHAR tagMSITABLE::name[1] |
Definition at line 70 of file table.c.
Referenced by TABLE_set_int(), and TABLE_set_string().
MSICONDITION tagMSITABLE::persistent |
Definition at line 68 of file table.c.
Referenced by TABLE_set_row(), and TABLE_set_string().
LONG tagMSITABLE::ref_count |
Definition at line 69 of file table.c.
Referenced by TABLE_add_column(), TABLE_add_ref(), and TABLE_release().
UINT tagMSITABLE::row_count |
Definition at line 64 of file table.c.
Referenced by find_insert_index(), TABLE_add_column(), table_create_new_row(), TABLE_delete_row(), TABLE_fetch_int(), table_find_row(), TABLE_get_dimensions(), TABLE_insert_row(), TABLE_remove_column(), and table_set_bytes().