Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

IDispatch

IDispatch is the Interface %28computer science%29 that exposes the Automation protocol. It is one of the standard interfaces that can be exposed by Component Object Model objects. The I in IDispatch refers to interface. COM distinguishes between three interfaces types: custom , dispatch and dual interfaces.

It derives from IUnknown and offers an additional four Method %28computer science%29. In addition to the IUnknown methods: AddRef , Release , QueryInterface it implements GetTypeInfoCount , GetTypeInfo , GetIDsOfNames and Invoke .

=External links=

*[http://msdn.microsoft.com/library/default.aspurl=/library/en-us/automat/htm/chap5_78v9.asp IDispatch at MSDN]