Hi

one of the functions in a com object I have to use gives me a pointer to the 
firtst struct in an array back. With Python it's possible to use the first 
truct, but is it possible to use the others as well?

//for example:
PointerToFirstStruct = comObj.GetPackets()
argOne = PointerToFirstStruct.argOne
argTwo = PointerToFirstStruct.argTwo
# Go to the next struct
# PointerToFirstStruct++ doesn't work


Kind regards, 


Gijs 

--
This message has been scanned for viruses and
dangerous content by Network Sentry, and is
believed to be clean.
http://www.networksentry.co.za

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to