I have a (1,1) based array which i want to turn into (0,0) based array,
how do I do this quickly? I think it should simply be a matter of
changing some parameters in the corresponding SAFEARRAY structure, but
I don't know how to do this without causing crashes.
Doing this any other way that actually requires moving the data of the
array in memory is unacceptable. Any help would be appreciated!
Bookmarks