Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== IDispatch ====== Pointer to object data type used in COM communications (e.g. scripting). Parameters of this type, can hold any object or null. Actual data type corresponding to **VARIANT** depends on language in which you consume API: ^ Language ^ Data Type^ | C++ | IDispatch* | | JavaScript | Object | | VisualBasic Script | Object |