Is there anyway in 2D Safearray that we could change column with row...
Safearray is just opposite of normal arrays [column][rows].
and when im declaring [1048576][16].
the array is creating in(1,0)(2,0)(3, 0) instead (1,0)(1,1)(1,2) .....
User Profile
Collapse
-
Passing variants 16 bytes
I am reading 16 bytes from a BIN file at a time and stroing inside a vector.
Vectors are made up of char *.
Now when im iterating through the vector im stroring those 16 bytes inside a buffer.
My ultimate aim is to store entire BIN file into a SAFEARRAY.
But before i need to transfer to a VARIANT.
im running a for loop to transfer 16 bytes 1 by1 from buffer to VARIANT.
My question is whether variant copies...
No activity results to display
Show More