ReactOS 0.4.16-dev-963-g182f353
|
Public Attributes | |
MSIVIEW | view |
MSIDATABASE * | db |
struct storage * | storages |
UINT | max_storages |
UINT | num_rows |
UINT | row_size |
Definition at line 49 of file storages.c.
MSIDATABASE* storages_view::db |
Definition at line 52 of file storages.c.
Referenced by add_storages_to_table(), STORAGES_CreateView(), storages_find_row(), STORAGES_set_row(), and STORAGES_set_stream().
UINT storages_view::max_storages |
Definition at line 54 of file storages.c.
Referenced by add_storages_to_table(), and storages_set_table_size().
UINT storages_view::num_rows |
Definition at line 55 of file storages.c.
Referenced by STORAGES_CreateView(), STORAGES_delete(), STORAGES_fetch_int(), STORAGES_fetch_stream(), storages_find_row(), STORAGES_get_dimensions(), STORAGES_insert_row(), and STORAGES_set_row().
UINT storages_view::row_size |
Definition at line 56 of file storages.c.
Definition at line 53 of file storages.c.
Referenced by add_storages_to_table(), STORAGES_delete(), STORAGES_fetch_int(), STORAGES_insert_row(), STORAGES_set_row(), STORAGES_set_stream(), and storages_set_table_size().
MSIVIEW storages_view::view |
Definition at line 51 of file storages.c.
Referenced by STORAGES_CreateView(), and storages_find_row().