ReactOS 0.4.16-dev-250-g3ecd236
|
Public Attributes | |
MSIVIEW | view |
MSIDATABASE * | db |
UINT | num_cols |
MSIDATABASE* streams_view::db |
Definition at line 44 of file streams.c.
Referenced by append_stream(), find_stream(), load_streams(), msi_commit_streams(), msi_get_stream(), open_stream(), STREAMS_CreateView(), STREAMS_delete_row(), STREAMS_fetch_int(), STREAMS_fetch_stream(), streams_find_row(), STREAMS_get_dimensions(), STREAMS_insert_row(), STREAMS_set_row(), and STREAMS_set_stream().
UINT streams_view::num_cols |
Definition at line 45 of file streams.c.
Referenced by STREAMS_CreateView(), STREAMS_get_column_info(), STREAMS_get_dimensions(), STREAMS_insert_row(), streams_modify_update(), and STREAMS_set_row().
MSIVIEW streams_view::view |
Definition at line 43 of file streams.c.
Referenced by STREAMS_CreateView(), and streams_find_row().