Use Enumeration Instead of SAFEARRAY to Get an Array's Elements

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
C++s SAFEARRAY is difficult to use. A better option is to enumerate an arrays elements by repeatedly calling your own custom enumeration function and incrementing the element index.


af09b0103c8cc4278bd22c0e1c645b84._.gif


More...
 
Back
Top