COM Interface Question

Mark Hammond mhammond at keypoint.com.au
Fri Apr 30 08:20:00 EDT 2004


Olaf Meding wrote:

> Mark
> 
> The IDL shows a uuid for the IUser interface (bf79...).  How would I use
> IDispatch() to create an IUser as required by the put user call?
> 
> Here are excerpts from the IDL file:

There is nothing in that IDL that implies it can be created by an 
IDispatch call - it is just describing the interface.  Generally a 
CoClass entry in the IDL indicates it can be publically created, but you 
haven't shown that - but in that case, the makepy code will include a 
comment telling you the progid, so I doubt it exists.

Surely there is documentation or a sample (in any language) for this object?

Mark.



More information about the Python-list mailing list