[python-win32] VIX (VMware API to control workstation) casting problem

Mark Hammond skippy.hammond at gmail.com
Sat Jan 31 08:27:43 CET 2009


On 31/01/2009 5:07 PM, Vinay Anantharaman wrote:
...

> The documentation(http://www.vmware.com/support/developer/vix-api/vix16_reference/lang/com/functions/GetProperties.html) says this:
>
> This function does not apply in VBScript, since it is not possible to access the IVixHandle interface of an object.

That is probably due to the interface not supporting IDispatch - which 
currently means pywin32 also can't take advantage of it.  You might like 
to look at the ctypes-based comtypes...

Cheers,

Mark


More information about the python-win32 mailing list