Page 1 of 1

objects: ComObjXXX functions

Posted: 15 Sep 2018, 17:44
by jeeswg
- I wanted to make sense of the different 'ComObj' functions.
- Which functions are actually 'the same' function?
- And to what extent are these functions original or similar to existing Winapi functions.
- Here's what I've got so far:

AHK v1.1/AHK v2
ComObjActive
ComObjArray
ComObjConnect
ComObjCreate
ComObject [ComObjActive]
ComObjError
ComObjFlags
ComObjGet
ComObjQuery
ComObjType
ComObjValue

AHK v1.1 only
ComObjEnwrap [ComObjActive]
ComObjMissing [ComObjActive]
ComObjParameter [ComObjActive]
ComObjUnwrap [ComObjActive]

Unofficial
ComObj [equivalent to ComObject and thus ComObjActive]