[python-win32] Struct datatypes from Com objects

Sean White s_white19 at yahoo.com
Wed Mar 23 00:18:21 CET 2005


Is there special usage for instantiating a struct type
object defined in a com object?

I am working with a com object, and in it is a struct
datatype, which is later used as a required parameter
for a method.


I cannot seem to be able to instantiate an object of
this
type, and this is preventing me from being able to
call
the one method I need to call.

I can see the type in the pythonwin com browser, as
well
as another com object browser from 'oakland software'

I have tried dispatching it and importing it, as well
as trying to define it as the base class for a new
class, with no luck. It is as if it cannot be seen
from
my current scope.

I really don't know how to better ask that question, 
let me know what information you might be missing.

- Sean


	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail


More information about the Python-win32 mailing list