GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Basics

 Print  |  
Question:  what is idispatch interface in COM rules



March 03, 2007 08:03:51 #1
 Pandian S   Member Since: Visitor    Total Comments: N/A 

RE: what is idispatch interface in COM rules
 
Hi,

1. IDispatch exposes Properties, Methods & Events to other applications that are support the automations client applications.

2. ActiveX and OLE components uses the IDispose Interface to expose the ActiveX and OLE components' members(Property, Method & Event) to the following Client applications.

Ex: VB, .Net,Etc.,
     

 

Back To Question