|
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 "winuser.h"
#include "winerror.h"
#include "ole2.h"
#include "msi.h"
#include "msiquery.h"
#include "objbase.h"
#include "msipriv.h"
#include "query.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | STORAGE |
| struct | MSISTORAGESVIEW |
Defines |
| #define | COBJMACROS |
| #define | NUM_STORAGES_COLS 2 |
| #define | MAX_STORAGES_NAME_LEN 62 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msidb) |
| static BOOL | storages_set_table_size (MSISTORAGESVIEW *sv, UINT size) |
| static STORAGE * | create_storage (MSISTORAGESVIEW *sv, LPCWSTR name, IStorage *stg) |
| static UINT | STORAGES_fetch_int (struct tagMSIVIEW *view, UINT row, UINT col, UINT *val) |
| static UINT | STORAGES_fetch_stream (struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm) |
| static UINT | STORAGES_get_row (struct tagMSIVIEW *view, UINT row, MSIRECORD **rec) |
| static HRESULT | stream_to_storage (IStream *stm, IStorage **stg) |
| static UINT | STORAGES_set_row (struct tagMSIVIEW *view, UINT row, MSIRECORD *rec, UINT mask) |
| static UINT | STORAGES_insert_row (struct tagMSIVIEW *view, MSIRECORD *rec, UINT row, BOOL temporary) |
| static UINT | STORAGES_delete_row (struct tagMSIVIEW *view, UINT row) |
| static UINT | STORAGES_execute (struct tagMSIVIEW *view, MSIRECORD *record) |
| static UINT | STORAGES_close (struct tagMSIVIEW *view) |
| static UINT | STORAGES_get_dimensions (struct tagMSIVIEW *view, UINT *rows, UINT *cols) |
| static UINT | STORAGES_get_column_info (struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name) |
| static UINT | storages_find_row (MSISTORAGESVIEW *sv, MSIRECORD *rec, UINT *row) |
| static UINT | storages_modify_update (struct tagMSIVIEW *view, MSIRECORD *rec) |
| static UINT | storages_modify_assign (struct tagMSIVIEW *view, MSIRECORD *rec) |
| static UINT | STORAGES_modify (struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *rec, UINT row) |
| static UINT | STORAGES_delete (struct tagMSIVIEW *view) |
| static UINT | STORAGES_find_matching_rows (struct tagMSIVIEW *view, UINT col, UINT val, UINT *row, MSIITERHANDLE *handle) |
| static INT | add_storages_to_table (MSISTORAGESVIEW *sv) |
| UINT | STORAGES_CreateView (MSIDATABASE *db, MSIVIEW **view) |
Variables |
| static const MSIVIEWOPS | storages_ops |
Generated on Sun May 27 2012 05:14:47 for ReactOS by
1.7.6.1
|