Hi,
I need to create a dynamic array that needs to be a SafeArray. I
found that the parameters are:
the VARTYPE, dimension and SAFEARRAYBOUND (Type). The SAFEARRAYBOUND type
has 2 members. The Lower Bound (0) and the number of elements however
I don't know how many items it will contain hence the dynamic safearray
Has anybody done this before ? This is all OLE stuff btw.
Hope this makes sense to somebody.
------------------
I need to create a dynamic array that needs to be a SafeArray. I
found that the parameters are:
the VARTYPE, dimension and SAFEARRAYBOUND (Type). The SAFEARRAYBOUND type
has 2 members. The Lower Bound (0) and the number of elements however
I don't know how many items it will contain hence the dynamic safearray
Has anybody done this before ? This is all OLE stuff btw.
Hope this makes sense to somebody.
------------------
Comment