Exposing COM via XML-RPC or Something Else

Bill Tutt billtut at microsoft.com
Tue Dec 7 03:08:39 EST 1999


> -----Original Message-----
> From: kc5tja at garnet.armored.net [mailto:kc5tja at garnet.armored.net]

> Where can I find the interface spec for IDispatch?  I haven't 
> found it on
> Microsoft's site yet, but I'll keep looking.
> 

MSDN is online at:
http://msdn.microsoft.com/library/default.htm

IDispatch is documented at:
(path from the root node), not a URL:
Platform SDK\ComponentServices\COM\Automation\Dispath and API Functions.

The most annyoing thing with writing IDispatch from scratch is writing the
default IDispatch handler for dual interfaces.

Bill




More information about the Python-list mailing list