dbs.idl: Add type DB_NUMERIC.
This commit is contained in:
parent
af58ccebba
commit
16f99ce662
|
@ -50,6 +50,13 @@ typedef struct tagDBID {
|
||||||
} uName;
|
} uName;
|
||||||
} DBID;
|
} DBID;
|
||||||
|
|
||||||
|
typedef struct tagDB_NUMERIC {
|
||||||
|
BYTE precision;
|
||||||
|
BYTE scale;
|
||||||
|
BYTE sign;
|
||||||
|
BYTE val[16];
|
||||||
|
} DB_NUMERIC;
|
||||||
|
|
||||||
typedef DWORD DBPROPID;
|
typedef DWORD DBPROPID;
|
||||||
|
|
||||||
typedef struct tagDBPROPIDSET {
|
typedef struct tagDBPROPIDSET {
|
||||||
|
|
Loading…
Reference in New Issue