How to return VT_EMPTY from a COM server
Juan Carlos CORUÑA
jcc at ibdosnorte.com
Mon Oct 7 06:25:01 EDT 2002
More information about the Python-list mailing list
Mon Oct 7 06:25:01 EDT 2002
- Previous message (by thread): How to return VT_EMPTY from a COM server
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all, To resolve a problem I had with a COM server I developed, I have reached to the following conclusion: I must return the variant VT_EMPTY from a method of the COM server. As exposed in the book "Python Programming on win32" pythoncom can translate between them seamlessly. The variant types VT_NULL and VT_EMPTY are translated to python None, but the inverse only works from None to VT_NULL. Then the questions is: How can I return VT_EMPTY (not VT_NULL)?
- Previous message (by thread): How to return VT_EMPTY from a COM server
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list