[python-win32] How to create a empty com object
Matteo Boscolo
matteo.boscolo at boscolini.eu
Thu Feb 17 17:30:25 CET 2011
Hi all,
I have a property that need an empty comobject
|C++ definition:
HRESULT activeComponent(
[out, retval] ITDComponent** pVal)
HRESULT activeComponent([in] ITDComponent* pVal)|
how can I do it with python ??
In vb6 i use the following code:
pComponent.Document.activeComponent = Nothing
Thanks,
Matteo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20110217/92bb1ed5/attachment.html>
More information about the python-win32
mailing list