ReactOS 0.4.15-dev-7093-g01a8288
|
#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.
Classes | |
struct | tabSTORAGE |
struct | tagMSISTORAGESVIEW |
Macros | |
#define | COBJMACROS |
#define | NUM_STORAGES_COLS 2 |
#define | MAX_STORAGES_NAME_LEN 62 |
Typedefs | |
typedef struct tabSTORAGE | STORAGE |
typedef struct tagMSISTORAGESVIEW | MSISTORAGESVIEW |
Variables | |
static const MSIVIEWOPS | storages_ops |
#define COBJMACROS |
Definition at line 23 of file storages.c.
#define MAX_STORAGES_NAME_LEN 62 |
Definition at line 41 of file storages.c.
#define NUM_STORAGES_COLS 2 |
Definition at line 40 of file storages.c.
typedef struct tagMSISTORAGESVIEW MSISTORAGESVIEW |
typedef struct tabSTORAGE STORAGE |
|
static |
Definition at line 464 of file storages.c.
Referenced by STORAGES_CreateView().
|
static |
Definition at line 289 of file storages.c.
UINT STORAGES_CreateView | ( | MSIDATABASE * | db, |
MSIVIEW ** | view | ||
) |
Definition at line 515 of file storages.c.
Referenced by TABLE_CreateView().
|
static |
Definition at line 421 of file storages.c.
|
static |
Definition at line 277 of file storages.c.
|
static |
Definition at line 283 of file storages.c.
Definition at line 72 of file storages.c.
Referenced by storages_find_row().
|
static |
Definition at line 89 of file storages.c.
|
static |
Definition at line 333 of file storages.c.
Referenced by storages_modify_assign(), and storages_modify_update().
|
static |
Definition at line 307 of file storages.c.
|
static |
Definition at line 295 of file storages.c.
|
static |
Definition at line 260 of file storages.c.
Referenced by STORAGES_modify(), and storages_modify_assign().
|
static |
Definition at line 381 of file storages.c.
|
static |
Definition at line 369 of file storages.c.
Referenced by STORAGES_modify().
|
static |
Definition at line 357 of file storages.c.
Referenced by STORAGES_modify(), and storages_modify_assign().
|
static |
Definition at line 196 of file storages.c.
Referenced by STORAGES_insert_row(), and storages_modify_update().
Definition at line 156 of file storages.c.
|
static |
Definition at line 101 of file storages.c.
|
static |
Definition at line 59 of file storages.c.
Referenced by add_storages_to_table(), and STORAGES_insert_row().
Definition at line 107 of file storages.c.
Referenced by STORAGES_set_row(), and STORAGES_set_stream().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msidb | ) |
|
static |
Definition at line 441 of file storages.c.
Referenced by STORAGES_CreateView().