I have a collection of same-type objects and I use the .[_NewEnum] syntax as my list iterator.
However, the objects can be marked as 'Deleted' Is there anyway of interrupting the .[_NewEnum] syntax to only return those objects which have not been marked as deleted?
As I understand it this syntax returns the pUnk to the IEnumVARIANT interface. Another way of asking the question then, is to ask does anyone know any method of detaching the IEnumVARIANT interface from a VB object?
Thanks in advance




Reply With Quote