IDispatch : Method overview by Name
| Member | Visibility | Description | 
|---|---|---|
| GetIDsOfNames(IDispatch) | default | Return IDs of named procedures | 
| GetTypeInfo(IDispatch) | default | Return type information about properties | 
| GetTypeInfoCount(IDispatch) | default | Return number of properties. | 
| Invoke(IDispatch) | default | Invoke a dispatch method | 
| QueryInterface(IUnknown) | default | Return pointer to VMT table of interface | 
| _AddRef(IUnknown) | default | Increase reference count of the interface | 
| _Release(IUnknown) | default | Decrease reference count of the interface |