|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "msi.h"
#include "msiquery.h"
#include "objbase.h"
#include "msipriv.h"
#include "query.h"
#include "wine/debug.h"
#include "wine/unicode.h"
Go to the source code of this file.
Data Structures |
| struct | STREAM |
| struct | MSISTREAMSVIEW |
Defines |
| #define | COBJMACROS |
| #define | NUM_STREAMS_COLS 2 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msidb) |
| static BOOL | streams_set_table_size (MSISTREAMSVIEW *sv, UINT size) |
| static STREAM * | create_stream (MSISTREAMSVIEW *sv, LPCWSTR name, BOOL encoded, IStream *stm) |
| static UINT | STREAMS_fetch_int (struct tagMSIVIEW *view, UINT row, UINT col, UINT *val) |
| static UINT | STREAMS_fetch_stream (struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm) |
| static UINT | STREAMS_get_row (struct tagMSIVIEW *view, UINT row, MSIRECORD **rec) |
| static UINT | STREAMS_set_row (struct tagMSIVIEW *view, UINT row, MSIRECORD *rec, UINT mask) |
| static UINT | STREAMS_insert_row (struct tagMSIVIEW *view, MSIRECORD *rec, UINT row, BOOL temporary) |
| static UINT | STREAMS_delete_row (struct tagMSIVIEW *view, UINT row) |
| static UINT | STREAMS_execute (struct tagMSIVIEW *view, MSIRECORD *record) |
| static UINT | STREAMS_close (struct tagMSIVIEW *view) |
| static UINT | STREAMS_get_dimensions (struct tagMSIVIEW *view, UINT *rows, UINT *cols) |
| static UINT | STREAMS_get_column_info (struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name) |
| static UINT | streams_find_row (MSISTREAMSVIEW *sv, MSIRECORD *rec, UINT *row) |
| static UINT | streams_modify_update (struct tagMSIVIEW *view, MSIRECORD *rec) |
| static UINT | streams_modify_assign (struct tagMSIVIEW *view, MSIRECORD *rec) |
| static UINT | STREAMS_modify (struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *rec, UINT row) |
| static UINT | STREAMS_delete (struct tagMSIVIEW *view) |
| static UINT | STREAMS_find_matching_rows (struct tagMSIVIEW *view, UINT col, UINT val, UINT *row, MSIITERHANDLE *handle) |
| static INT | add_streams_to_table (MSISTREAMSVIEW *sv) |
| UINT | STREAMS_CreateView (MSIDATABASE *db, MSIVIEW **view) |
Variables |
| static const MSIVIEWOPS | streams_ops |
Generated on Fri May 25 2012 05:12:53 for ReactOS by
1.7.6.1
|