I have a COM server that is expecting a GUID as an argument. The generated
makepy shows that the function is expecting a VT_RECORD. I cannot seem to
pass in the CLSID, I get the following:

TypeError: Only com_record objects can be used as records

I looked at the win32com.client.Record function, but it looks like it will
create another COM object if I give it the GUID.What I really need is to
pass the GUID in to this function as a sort of structure.  I "think" I have
to build a struct (using the struct class?) turn it into a buffer and then
somehow convert this to a Record object....Trouble is I can't find any
documentation on com_record objects anywhere....Any ideas?

Thanks,
Kevin
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to