maul-esel / COM-Classes

AHK classes that implement COM interfaces
39 stars 10 forks source link

IDispatch wrapper #23

Closed maul-esel closed 12 years ago

maul-esel commented 12 years ago

Adding a wrapper for IDispatch enables the user to simply create an instance with instance := new Dispatch(ComObjUnwrap(myobj)). Then he can easily call its methods, e.g. IDispatch::GetTypeInfo().