How to use IDispatch Interface in MFC
-
Hello! I use an ActiveX component, that have function, that creates new object and returns LPDISPATCH pointer. In MSDN i'm read that IDispatch::Invoke provides access to properties and methods exposed by an object. But there is so many parameters, strange structs, etc... Can somebody explain me that or give URL with guid for dummies or give sample?
-
Hello! I use an ActiveX component, that have function, that creates new object and returns LPDISPATCH pointer. In MSDN i'm read that IDispatch::Invoke provides access to properties and methods exposed by an object. But there is so many parameters, strange structs, etc... Can somebody explain me that or give URL with guid for dummies or give sample?
http://www.codeproject.com/com/comdispatchdriver.asp[^] maybe it is some helpful to you
-
http://www.codeproject.com/com/comdispatchdriver.asp[^] maybe it is some helpful to you