dbs.idl: Add type DB_NUMERIC.

oldstable
Alistair Leslie-Hughes 2013-09-16 11:38:16 +10:00 committed by Alexandre Julliard
parent af58ccebba
commit 16f99ce662
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@ typedef struct tagDBID {
} uName;
} DBID;
typedef struct tagDB_NUMERIC {
BYTE precision;
BYTE scale;
BYTE sign;
BYTE val[16];
} DB_NUMERIC;
typedef DWORD DBPROPID;
typedef struct tagDBPROPIDSET {