#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wine/debug.h"
#include "msi.h"
#include "msiquery.h"
#include "objbase.h"
#include "objidl.h"
#include "msipriv.h"
#include "winnls.h"
#include "query.h"
Go to the source code of this file.
|
| WINE_DEFAULT_DEBUG_CHANNEL (msidb) |
|
static UINT | DELETE_fetch_int (struct tagMSIVIEW *view, UINT row, UINT col, UINT *val) |
|
static UINT | DELETE_fetch_stream (struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm) |
|
static UINT | DELETE_execute (struct tagMSIVIEW *view, MSIRECORD *record) |
|
static UINT | DELETE_close (struct tagMSIVIEW *view) |
|
static UINT | DELETE_get_dimensions (struct tagMSIVIEW *view, UINT *rows, UINT *cols) |
|
static UINT | DELETE_get_column_info (struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name) |
|
static UINT | DELETE_modify (struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *rec, UINT row) |
|
static UINT | DELETE_delete (struct tagMSIVIEW *view) |
|
UINT | DELETE_CreateView (MSIDATABASE *db, MSIVIEW **view, MSIVIEW *table) |
|
◆ MSIDELETEVIEW
◆ DELETE_close()
Definition at line 103 of file delete.c.
#define ERROR_FUNCTION_FAILED
UINT(* close)(struct tagMSIVIEW *view)
◆ DELETE_CreateView()
Definition at line 190 of file delete.c.
GLenum GLsizei GLenum GLenum const GLvoid * table
static void * msi_alloc_zero(size_t len) __WINE_ALLOC_SIZE(1)
#define ERROR_FUNCTION_FAILED
static const MSIVIEWOPS delete_ops
◆ DELETE_delete()
Definition at line 153 of file delete.c.
static void msi_free(void *mem)
UINT(* delete)(struct tagMSIVIEW *)
◆ DELETE_execute()
Definition at line 76 of file delete.c.
79 UINT r,
i, rows = 0, cols = 0;
94 TRACE(
"deleting %d rows\n", rows);
97 for (
i=0;
i<rows;
i++ )
UINT(* delete_row)(struct tagMSIVIEW *view, UINT row)
UINT(* get_dimensions)(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
GLdouble GLdouble GLdouble r
UINT(* execute)(struct tagMSIVIEW *view, MSIRECORD *record)
#define ERROR_FUNCTION_FAILED
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ DELETE_fetch_int()
Definition at line 58 of file delete.c.
#define ERROR_FUNCTION_FAILED
struct png_info_def *typedef unsigned char **typedef struct png_info_def *typedef struct png_info_def *typedef struct png_info_def *typedef unsigned char ** row
◆ DELETE_fetch_stream()
Definition at line 67 of file delete.c.
71 TRACE(
"%p %d %d %p\n", dv,
row, col, stm );
#define ERROR_FUNCTION_FAILED
struct png_info_def *typedef unsigned char **typedef struct png_info_def *typedef struct png_info_def *typedef struct png_info_def *typedef unsigned char ** row
◆ DELETE_get_column_info()
Definition at line 129 of file delete.c.
134 TRACE(
"%p %d %p %p %p %p\n", dv,
n,
name,
type, temporary, table_name );
140 type, temporary, table_name);
#define ERROR_FUNCTION_FAILED
UINT(* get_column_info)(struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name)
GLuint GLuint GLsizei GLenum type
◆ DELETE_get_dimensions()
Definition at line 115 of file delete.c.
119 TRACE(
"%p %p %p\n", dv, rows, cols );
UINT(* get_dimensions)(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
#define ERROR_FUNCTION_FAILED
◆ DELETE_modify()
Definition at line 143 of file delete.c.
148 TRACE(
"%p %d %p\n", dv, eModifyMode, rec );
#define ERROR_FUNCTION_FAILED
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
msidb |
| ) |
|
◆ delete_ops
Initial value:=
{
}
static UINT DELETE_fetch_stream(struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm)
static UINT DELETE_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
static UINT DELETE_execute(struct tagMSIVIEW *view, MSIRECORD *record)
static UINT DELETE_modify(struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *rec, UINT row)
static UINT DELETE_close(struct tagMSIVIEW *view)
static UINT DELETE_delete(struct tagMSIVIEW *view)
static UINT DELETE_fetch_int(struct tagMSIVIEW *view, UINT row, UINT col, UINT *val)
static UINT DELETE_get_column_info(struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name)
Definition at line 167 of file delete.c.
Referenced by DELETE_CreateView().