76 TRACE(
"%p %p %p\n", dv, rows, cols);
125 dv =
calloc(1,
sizeof *dv);
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
UINT DROP_CreateView(MSIDATABASE *db, MSIVIEW **view, LPCWSTR name)
static UINT DROP_close(struct tagMSIVIEW *view)
static const MSIVIEWOPS drop_ops
static UINT DROP_delete(struct tagMSIVIEW *view)
static UINT DROP_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
static UINT DROP_execute(struct tagMSIVIEW *view, MSIRECORD *record)
GLdouble GLdouble GLdouble r
UINT TABLE_CreateView(MSIDATABASE *db, LPCWSTR name, MSIVIEW **view)
UINT(* execute)(struct tagMSIVIEW *view, MSIRECORD *record)
UINT(* delete)(struct tagMSIVIEW *)
UINT(* drop)(struct tagMSIVIEW *view)
#define ERROR_FUNCTION_FAILED