From: Alistair Leslie-Hughes leslie_alistair@hotmail.com
--- include/dbs.idl | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/dbs.idl b/include/dbs.idl index 5e10b7eda49..aea304d4e62 100644 --- a/include/dbs.idl +++ b/include/dbs.idl @@ -801,6 +801,11 @@ typedef struct tagRMTPACK [size_is(cArray)] VARIANT *rgArray; } RMTPACK;
+typedef struct tagDBVECTOR { + DBLENGTH size; + [size_is((ULONG)size)] void *ptr; +} DBVECTOR; + typedef struct tagDBDATE { SHORT year; USHORT month;